Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: link avutil twice for static ffmpeg (linker bug?)
  • Loading branch information
perexg committed Oct 14, 2014
1 parent 6f3324e commit c655c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit c655c06

Please sign in to comment.