Mercurial > mplayer.hg
comparison libmpcodecs/Makefile @ 16520:8369ff5711de
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
author | gpoirier |
---|---|
date | Mon, 19 Sep 2005 15:12:38 +0000 |
parents | b2379996cb88 |
children | 3636c18a1b5e |
comparison
equal
deleted
inserted
replaced
16519:49bc48a76dd6 | 16520:8369ff5711de |
---|---|
209 OBJS=$(SRCS:.c=.o) | 209 OBJS=$(SRCS:.c=.o) |
210 | 210 |
211 SRCS2=$(ENCODER_SRCS) | 211 SRCS2=$(ENCODER_SRCS) |
212 OBJS2=$(SRCS2:.c=.o) | 212 OBJS2=$(SRCS2:.c=.o) |
213 | 213 |
214 CFLAGS = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(LIBAV_INC) $(EXTRA_INC) $(X264_INC) -D_GNU_SOURCE | 214 CFLAGS = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(LIBAV_INC) $(EXTRA_INC) $(X264_INC) $(XVID_INC) -D_GNU_SOURCE |
215 | 215 |
216 .SUFFIXES: .c .o | 216 .SUFFIXES: .c .o |
217 | 217 |
218 # .PHONY: all clean | 218 # .PHONY: all clean |
219 | 219 |