Makefile: link avutil twice for static ffmpeg (linker bug?)
This commit is contained in:
parent
6f3324e000
commit
c655c067fb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ endif
|
|||
ifeq ($(CONFIG_LIBFFMPEG_STATIC),yes)
|
||||
CFLAGS += -I${ROOTDIR}/libav_static/build/ffmpeg/include
|
||||
LDFLAGS += -L${ROOTDIR}/libav_static/build/ffmpeg/lib -Wl,-Bstatic \
|
||||
-lavresample -lswresample -lswscale -lavformat -lavcodec -lavutil \
|
||||
-lavresample -lswresample -lswscale -lavutil -lavformat -lavcodec -lavutil \
|
||||
-lvorbisenc -lvorbis -logg -lx264 -lvpx \
|
||||
-Wl,-Bdynamic
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue