summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 11:22:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 11:22:22 +0000
commit49b64742edffdffe3ec8396da4ec327798768418 (patch)
tree156376ab917fb44edb4c789c8cd25f4cd2cd55ec /libmpdemux
parent8501cc9301ac4c5e8d47f9c87eb30d0cf466f646 (diff)
downloadmpv-49b64742edffdffe3ec8396da4ec327798768418.tar.bz2
mpv-49b64742edffdffe3ec8396da4ec327798768418.tar.xz
Add general variables for either static or shared FFmpeg libraries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23119 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index 88c1529631..ab9d6b87e8 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -47,7 +47,6 @@ SRCS_COMMON = asfheader.c \
SRCS_COMMON-$(GIF) += demux_gif.c
SRCS_COMMON-$(LIBAVFORMAT) += demux_lavf.c
-SRCS_COMMON-$(LIBAVFORMAT_SO) += demux_lavf.c
SRCS_COMMON-$(LIBDV) += demux_rawdv.c
SRCS_COMMON-$(LIBNUT) += demux_nut.c
SRCS_COMMON-$(LIBVORBIS) += demux_ogg.c
@@ -63,7 +62,6 @@ SRCS_MENCODER = muxer.c \
muxer_rawvideo.c \
SRCS_MENCODER-$(LIBAVFORMAT) += muxer_lavf.c
-SRCS_MENCODER-$(LIBAVFORMAT_SO) += muxer_lavf.c
include ../mpcommon.mak