spark: use pkg-config for ffmpeg ldflags

This commit is contained in:
Stefan Seyfried
2015-02-13 18:08:46 +01:00
parent d4365037f6
commit 100830e805
2 changed files with 8 additions and 2 deletions

View File

@@ -13,5 +13,6 @@ libeplayer3_la_SOURCES = \
writer/dts.cpp writer/mpeg2.cpp writer/mp3.cpp writer/misc.cpp writer/h264.cpp \
writer/h263.cpp writer/vc1.cpp writer/pcm.cpp
LIBEPLAYER3_LIBS = libeplayer3.la -lpthread -lavformat -lavcodec -lavutil -lswresample -lm
LIBEPLAYER3_LIBS = libeplayer3.la
# -lpthread -lavformat -lavcodec -lavutil -lswresample -lm