diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-30 15:47:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-30 15:47:41 +0100 |
| commit | 326bf1a5409b2520464ff5df17051d4377955495 (patch) | |
| tree | 0f93c9ecf930eddc01e0a787761f7949da7d83e3 /wscript | |
| parent | a8ed320d887056ab84dd7068e9a9560d955e416d (diff) | |
Remove old ffmpeg compatibility stuff.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 30 |
1 files changed, 0 insertions, 30 deletions
@@ -171,36 +171,6 @@ def configure(conf): define_name = 'HAVE_G_FORMAT_SIZE', mandatory = False) - conf.check_cc(fragment = """ - extern "C" { - #include <libavutil/avutil.h> - } - int main() { AVPixelFormat f; } - """, msg = 'Checking for AVPixelFormat', - uselib = 'AVUTIL', - define_name = 'HAVE_AV_PIXEL_FORMAT', - mandatory = False) - - conf.check_cc(fragment = """ - extern "C" { - #include <libavcodec/avcodec.h> - } - int main() { AVFrame* f; av_frame_get_best_effort_timestamp(f); } - """, msg = 'Checking for av_frame_get_best_effort_timestamp', - uselib = 'AVCODEC', - define_name = 'HAVE_AV_FRAME_GET_BEST_EFFORT_TIMESTAMP', - mandatory = False) - - conf.check_cc(fragment = """ - extern "C" { - #include <libavfilter/buffersrc.h> - } - int main() { } - """, msg = 'Checking for buffersrc.h', - uselib = 'AVCODEC', - define_name = 'HAVE_BUFFERSRC_H', - mandatory = False) - conf.find_program('msgfmt', var='MSGFMT') datadir = conf.env.DATADIR |
