File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
1010streamer :
1111 cc main_window.cpp decoder.cpp -lstdc++ -lavcodec -lavformat -lavutil -lswresample -lswscale -lglfw -lGL -o bin/player
1212tcp_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
1414transcoder :
1515 cc transcoder.c debug.c -lstdc++ -lavcodec -lavformat -lavutil -lswresample -lswscale -lglfw -lGL -o bin/transcoder
1616
You can’t perform that action at this time.
0 commit comments