From 894097dc5a9d3dce49dbe60439f60f93ec59da15 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Mar 2006 22:41:15 +0000 Subject: [PATCH] Add libpostproc to PARTS, fixes distclean on OS X and other platforms. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17952 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 31202603be..bf791d0ed8 100644 --- a/Makefile +++ b/Makefile @@ -164,6 +164,7 @@ PARTS = libmpdemux \ libmpcodecs \ libavutil \ libavcodec \ + libavcodec/libpostproc \ libavformat \ libao2 \ osdep \