126b638ea0
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
12 lines
376 B
Makefile
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
|