[MPlayer-cvslog] r19418 - trunk/libvo/Makefile
diego
subversion at mplayerhq.hu
Wed Aug 16 23:08:50 CEST 2006
Author: diego
Date: Wed Aug 16 23:08:50 2006
New Revision: 19418
Modified:
trunk/libvo/Makefile
Log:
consistency cosmetics: Handle includes just like in other Makefiles.
Modified: trunk/libvo/Makefile
==============================================================================
--- trunk/libvo/Makefile (original)
+++ trunk/libvo/Makefile Wed Aug 16 23:08:50 2006
@@ -36,9 +36,8 @@
SRCS += vosub_vidix.c
endif
-CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \
- $(LIBAV_INC) \
- -DMPG12PLAY \
+INCLUDE = -I. -I.. -I../osdep $(LIBAV_INC)
+CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
#CFLAGS += -Wall
More information about the MPlayer-cvslog
mailing list