Mercurial > mplayer.hg
diff libvo/Makefile @ 19034:9b3a8b48e5b3
Use only one global config.mak file.
author | diego |
---|---|
date | Wed, 12 Jul 2006 17:28:14 +0000 |
parents | 1629108cd5b0 |
children | 7a9a9748e045 |
line wrap: on
line diff
--- a/libvo/Makefile Wed Jul 12 17:15:58 2006 +0000 +++ b/libvo/Makefile Wed Jul 12 17:28:14 2006 +0000 @@ -1,5 +1,5 @@ -include config.mak +include ../config.mak LIBNAME = libvo.a @@ -14,7 +14,7 @@ vo_mpegpes.c \ vo_null.c \ vo_yuv4mpeg.c \ - $(OPTIONAL_SRCS) \ + $(VO_SRCS) \ LIBAV_INC = ifeq ($(CONFIG_LIBAVUTIL),yes)