Mercurial > libavcodec.hg
comparison Makefile @ 12280:fbc6fc80e6c6 libavcodec
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 | 5d73c4b4cd37 |
| children | bf51ca1aafb8 |
comparison
equal
deleted
inserted
replaced
| 12279:7fb91885433c | 12280:fbc6fc80e6c6 |
|---|---|
| 1 include $(SUBDIR)../config.mak | 1 include $(SUBDIR)../config.mak |
| 2 | 2 |
| 3 NAME = avcodec | 3 NAME = avcodec |
| 4 FFLIBS = avutil | 4 FFLIBS = avutil avcore |
| 5 | 5 |
| 6 HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h xvmc.h | 6 HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h xvmc.h |
| 7 | 7 |
| 8 OBJS = allcodecs.o \ | 8 OBJS = allcodecs.o \ |
| 9 audioconvert.o \ | 9 audioconvert.o \ |
