comparison Makefile @ 1:d2641c727ec5 libavcore

Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore.
author stefano
date Mon, 26 Jul 2010 23:12:28 +0000
parents a644213e4818
children a5655c1f889e
comparison
equal deleted inserted replaced
0:a644213e4818 1:d2641c727ec5
1 include $(SUBDIR)../config.mak 1 include $(SUBDIR)../config.mak
2 2
3 NAME = avcore 3 NAME = avcore
4 4
5 HEADERS = avcore.h \ 5 HEADERS = avcore.h \
6 parseutils.h \
6 7
7 OBJS = utils.o \ 8 OBJS = parseutils.o \
9 utils.o \
8 10
9 include $(SUBDIR)../subdir.mak 11 include $(SUBDIR)../subdir.mak