# HG changeset patch # User cehoyos # Date 1363124761 0 # Node ID 2e8a3822bd847324725318e285b1c95648ad818f # Parent 35f8c524864d034f00cbf3b174be4c931ab03c54 Define AVCODEC_MAX_AUDIO_FRAME_SIZE. This is definitely not correct but fixes compilation with current FFmpeg until a correct solution is implemented. diff -r 35f8c524864d -r 2e8a3822bd84 libmpcodecs/ad_ffmpeg.c --- a/libmpcodecs/ad_ffmpeg.c Tue Mar 12 21:37:44 2013 +0000 +++ b/libmpcodecs/ad_ffmpeg.c Tue Mar 12 21:46:01 2013 +0000 @@ -15,6 +15,7 @@ * with MPlayer; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 #include #include