summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-19 15:12:38 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-19 15:12:38 +0000
commit7730cd4a9ccbc6a57767b22b8c56fa4615bc5cc9 (patch)
treed15c0997114d6bad9384f63c739344c40b142bac /libmpcodecs
parent3e3f410796f7af0669eefafdf6324bc009fd3de0 (diff)
downloadmpv-7730cd4a9ccbc6a57767b22b8c56fa4615bc5cc9.tar.bz2
mpv-7730cd4a9ccbc6a57767b22b8c56fa4615bc5cc9.tar.xz
10l: the directories specified with --with-xvid*dir were ignored.
Patch by Diego Bug reported here: http://mplayerhq.hu/pipermail/mplayer-users/2005-September/055541.html [MPlayer-users] CVS fails to compile (xvid related) Giacomo Comes comes at naic.edu Wed Sep 14 16:36:33 CEST 2005 Patch available here: Date: Sep 10, 2005 8:45 PM Subject: [MPlayer-dev-eng] [PATCH] XviD profile support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16521 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 520ef65aab..98b01a17a2 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -211,7 +211,7 @@ OBJS=$(SRCS:.c=.o)
SRCS2=$(ENCODER_SRCS)
OBJS2=$(SRCS2:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(LIBAV_INC) $(EXTRA_INC) $(X264_INC) -D_GNU_SOURCE
+CFLAGS = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(LIBAV_INC) $(EXTRA_INC) $(X264_INC) $(XVID_INC) -D_GNU_SOURCE
.SUFFIXES: .c .o