summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-02-27 18:18:49 +0200
committerUoti Urpala <uau@mplayer2.org>2012-02-27 18:18:49 +0200
commita43a4aafd08650254a4b91fe73f82ec96bf2a6ef (patch)
treea6a1fd4c9630add86b40df14c1f979832e49ff89 /Makefile
parent9ab501443c37888ee0d286897ebb985b2056ba49 (diff)
downloadmpv-a43a4aafd08650254a4b91fe73f82ec96bf2a6ef.tar.bz2
mpv-a43a4aafd08650254a4b91fe73f82ec96bf2a6ef.tar.xz
configure, build: support compiling without libpostproc
libpostproc has been removed from Libav and the library now exists as a separate project. Because it's not essential, separate it from the Libav library check and allow compiling without it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b2d144091..80708c29bc 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ SRCS_COMMON-$(LIBMAD) += libmpcodecs/ad_libmad.c
SRCS_COMMON-$(LIBNEMESI) += libmpdemux/demux_nemesi.c \
stream/stream_nemesi.c
SRCS_COMMON-$(LIBNUT) += libmpdemux/demux_nut.c
+SRCS_COMMON-$(LIBPOSTPROC) += libmpcodecs/vf_pp.c
SRCS_COMMON-$(LIBSMBCLIENT) += stream/stream_smb.c
SRCS_COMMON-$(LIBTHEORA) += libmpcodecs/vd_theora.c
@@ -330,7 +331,6 @@ SRCS_COMMON = asxparser.c \
libmpcodecs/vf_palette.c \
libmpcodecs/vf_perspective.c \
libmpcodecs/vf_phase.c \
- libmpcodecs/vf_pp.c \
libmpcodecs/vf_pp7.c \
libmpcodecs/vf_pullup.c \
libmpcodecs/vf_qp.c \