diff options
Diffstat (limited to 'libvo/Makefile')
-rw-r--r-- | libvo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libvo/Makefile b/libvo/Makefile index c2b6322711..7cf86e7ecf 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -36,9 +36,8 @@ ifeq ($(EXTERNAL_VIDIX),yes) 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 |