diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-19 20:42:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-19 20:42:11 +0100 |
| commit | a81e35ba9a8807e1b13c2a6c4133bbf4ff36859a (patch) | |
| tree | dc42a853a19886090b003cce3c0b46693f5ca29e /src/lib/ffmpeg_compatibility.h | |
| parent | c555b46db1eb31f90423b50af95dc8925875048e (diff) | |
#ifdef-y hacks to build with Ubuntu 12.04's ffmpeg.
Diffstat (limited to 'src/lib/ffmpeg_compatibility.h')
| -rw-r--r-- | src/lib/ffmpeg_compatibility.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_compatibility.h b/src/lib/ffmpeg_compatibility.h new file mode 100644 index 000000000..7aaae92e2 --- /dev/null +++ b/src/lib/ffmpeg_compatibility.h @@ -0,0 +1,22 @@ +/* + Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + +extern AVFilter* get_sink (); +extern AVFilterInOut* avfilter_inout_alloc (); + |
