mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 00:06:56 +00:00
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
This commit is contained in:
parent
3e3f410796
commit
7730cd4a9c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user