summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-17 20:56:40 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-17 20:56:40 +0000
commit70848671d39f495c5218a9fa1cb09ec7a64bbc47 (patch)
treec12018d7a2be5480047b086d7eff5a3076e321eb /libvo
parentfe882df796a395c40cfcd9b10d17cdf40e2d797b (diff)
downloadmpv-70848671d39f495c5218a9fa1cb09ec7a64bbc47.tar.bz2
mpv-70848671d39f495c5218a9fa1cb09ec7a64bbc47.tar.xz
--dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10652 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 94f20f1e20..69e511aa44 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -10,7 +10,7 @@ ifeq ($(VIDIX),yes)
SRCS += vosub_vidix.c
endif
-CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall
+CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall
ifeq ($(VIDIX),yes)
CFLAGS += -DVIDIX_PATH='"$(prefix)/lib/mplayer/vidix/"'
endif
@@ -26,6 +26,9 @@ endif
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+vo_mpegpes.o: vo_mpegpes.c
+ $(CC) -c $(CFLAGS) $(DVB_INC) -o $@ $<
+
all: $(LIBNAME)
clean: