mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 08:40:19 +00:00
Configure: file cap. needs now also libavcodec_common.o
This commit is contained in:
@@ -1763,7 +1763,7 @@ then
|
||||
|
||||
COMMON_FLAGS="$COMMON_FLAGS $LIBAVFORMAT_CFLAGS"
|
||||
file=yes
|
||||
ADD_MODULE("vidcap_file", "src/video_capture/file.o", "$LIBAVCODEC_LIBS $LIBAVFORMAT_LIBS $LIBSWSCALE_LIBS")
|
||||
ADD_MODULE("vidcap_file", "src/libavcodec_common.o src/video_capture/file.o", "$LIBAVCODEC_LIBS $LIBAVFORMAT_LIBS $LIBSWSCALE_LIBS")
|
||||
fi
|
||||
|
||||
if test $file_req = yes -a $file = no; then
|
||||
|
||||
Reference in New Issue
Block a user