view 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
line wrap: on
line source

include $(SUBDIR)../config.mak

NAME = avcore

HEADERS = avcore.h                                                      \
          parseutils.h                                                  \

OBJS = parseutils.o                                                     \
       utils.o                                                          \

include $(SUBDIR)../subdir.mak