Skip to content

Commit e5489c6

Browse files
committed
Makefile: Remove the old directory
1 parent 4c38f57 commit e5489c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
1010
streamer:
1111
cc main_window.cpp decoder.cpp -lstdc++ -lavcodec -lavformat -lavutil -lswresample -lswscale -lglfw -lGL -o bin/player
1212
tcp_streaming:
13-
cc tcp_streaming/main_window.cpp tcp_streaming/decoder.cpp tcp_streaming/tcp_client.c -lstdc++ -lavcodec -lavformat -lavutil -lswresample -lswscale -lglfw -lGL -o bin/tcp_player && cc tcp_streaming/tcp_server.c -o bin/tcp_server
13+
cc main_window.cpp decoder.cpp tcp_client.c -lstdc++ -lavcodec -lavformat -lavutil -lswresample -lswscale -lglfw -lGL -o bin/tcp_player && cc tcp_server.c -o bin/tcp_server
1414
transcoder:
1515
cc transcoder.c debug.c -lstdc++ -lavcodec -lavformat -lavutil -lswresample -lswscale -lglfw -lGL -o bin/transcoder
1616

0 commit comments

Comments
 (0)