summaryrefslogtreecommitdiffstats
path: root/libaf
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 /libaf
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 'libaf')
-rw-r--r--libaf/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index ac1dc58916..a4a7b14ca5 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -30,6 +30,5 @@ SRCS_COMMON = af.c \
SRCS_COMMON-$(HAVE_SYS_MMAN_H) += af_export.c
SRCS_COMMON-$(LIBAVCODEC) += af_lavcresample.c
-SRCS_COMMON-$(LIBAVCODEC_SO) += af_lavcresample.c
include ../mpcommon.mak