Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
19033:9fd34039e6df | 19034:9b3a8b48e5b3 |
---|---|
1 | 1 |
2 include config.mak | 2 include ../config.mak |
3 | 3 |
4 LIBNAME = libvo.a | 4 LIBNAME = libvo.a |
5 | 5 |
6 SRCS=aclib.c \ | 6 SRCS=aclib.c \ |
7 aspect.c \ | 7 aspect.c \ |
12 sub.c \ | 12 sub.c \ |
13 video_out.c \ | 13 video_out.c \ |
14 vo_mpegpes.c \ | 14 vo_mpegpes.c \ |
15 vo_null.c \ | 15 vo_null.c \ |
16 vo_yuv4mpeg.c \ | 16 vo_yuv4mpeg.c \ |
17 $(OPTIONAL_SRCS) \ | 17 $(VO_SRCS) \ |
18 | 18 |
19 LIBAV_INC = | 19 LIBAV_INC = |
20 ifeq ($(CONFIG_LIBAVUTIL),yes) | 20 ifeq ($(CONFIG_LIBAVUTIL),yes) |
21 LIBAV_INC += -I../libavutil | 21 LIBAV_INC += -I../libavutil |
22 endif | 22 endif |