Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: add -ldl for static ffmpeg build to fix arm dependencies
  • Loading branch information
perexg committed Jan 24, 2015
1 parent 2b8ad61 commit c3ec4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -61,7 +61,7 @@ LDFLAGS += -L${ROOTDIR}/libav_static/build/ffmpeg/lib -Wl,-Bstatic \
-lavresample -lswresample -lswscale \
-lavutil -lavformat -lavcodec -lavutil \
-lvorbisenc -lvorbis -logg -lx264 -lvpx \
-Wl,-Bdynamic
-Wl,-Bdynamic -ldl
endif
ifeq ($(CONFIG_HDHOMERUN_STATIC),yes)
CFLAGS += -I${ROOTDIR}/libhdhomerun_static
Expand Down

0 comments on commit c3ec4b1

Please sign in to comment.