* Add support for the latest ffmpeg/libav library versions.

This commit is contained in:
Justin Maggard
2012-06-29 21:06:23 +00:00
parent 78af8c3d6e
commit 2c7a3bfc06
4 changed files with 51 additions and 19 deletions

View File

@ -27,7 +27,6 @@ minidlna_LDADD = \
@LIBSQLITE3_LIBS@ \
@LIBAVFORMAT_LIBS@ \
@LIBAVUTIL_LIBS@ \
@LIBAVCODEC_LIBS@ \
@LIBEXIF_LIBS@ \
@LIBDL_LIBS@ \
@LIBRT_LIBS@ \
@ -44,7 +43,6 @@ testupnpdescgen_LDADD = \
@LIBSQLITE3_LIBS@ \
@LIBAVFORMAT_LIBS@ \
@LIBAVUTIL_LIBS@ \
@LIBAVCODEC_LIBS@ \
@LIBEXIF_LIBS@ \
@LIBDL_LIBS@ \
-lpthread -lFLAC $(flacoggflag) $(vorbisflag)