ffmpeg/libavcore/Makefile
Stefano Sabatini 126b638ea0 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.

Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-26 23:12:28 +00:00

12 lines
376 B
Makefile

include $(SUBDIR)../config.mak
NAME = avcore
HEADERS = avcore.h \
parseutils.h \
OBJS = parseutils.o \
utils.o \
include $(SUBDIR)../subdir.mak