[MPlayer-cvslog] r21409 - trunk/libvo/Makefile

diego subversion at mplayerhq.hu
Fri Dec 1 12:27:21 CET 2006


Author: diego
Date: Fri Dec  1 12:27:21 2006
New Revision: 21409

Modified:
   trunk/libvo/Makefile

Log:
Add libav include paths to CFLAGS without indirection.
This Makefile was skipped in the initial commit.


Modified: trunk/libvo/Makefile
==============================================================================
--- trunk/libvo/Makefile	(original)
+++ trunk/libvo/Makefile	Fri Dec  1 12:27:21 2006
@@ -25,9 +25,9 @@
 SRCS2-$(BITMAP_FONT) +=  font_load.c
 SRCS2-$(FREETYPE)    +=  font_load_ft.c
 
-LIBAV_INC-$(CONFIG_LIBAVUTIL) +=  -I../libavutil
+CFLAGS-$(CONFIG_LIBAVUTIL) +=  -I../libavutil
 
-CFLAGS = -I../osdep $(LIBAV_INC)
+CFLAGS = -I../osdep
 
 include ../mpcommon.mak
 



More information about the MPlayer-cvslog mailing list