diff libmpdemux/Makefile @ 26121:752e40637551

Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS. Thus there is no need to use it everywhere.
author diego
date Mon, 03 Mar 2008 19:37:41 +0000
parents e4a38a7cdb81
children fa91545f01bb
line wrap: on
line diff
--- a/libmpdemux/Makefile	Mon Mar 03 19:32:15 2008 +0000
+++ b/libmpdemux/Makefile	Mon Mar 03 19:37:41 2008 +0000
@@ -66,4 +66,6 @@
 
 include ../mpcommon.mak
 
+demux_lavf.o: CFLAGS += -I../libavcodec
+
 dep depend: CFLAGS += $(EXTRAXX_INC)