From 02a3a41923485c181b6ef79ba7363d461dbde11f Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 12 Jul 2006 17:28:14 +0000 Subject: Use only one global config.mak file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19039 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile index 6851f83fab..72df517f5d 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -1,5 +1,5 @@ -include config.mak +include ../config.mak LIBNAME = libvo.a @@ -14,7 +14,7 @@ SRCS=aclib.c \ vo_mpegpes.c \ vo_null.c \ vo_yuv4mpeg.c \ - $(OPTIONAL_SRCS) \ + $(VO_SRCS) \ LIBAV_INC = ifeq ($(CONFIG_LIBAVUTIL),yes) -- cgit v1.2.3