# HG changeset patch # User reimar # Date 1169722183 0 # Node ID f615c862f862ab6cf9029542d2016407bdb167aa # Parent e1c2963553f314c1b2a5b816f66adb2765c377e9 Remove ff_gcd prototype and include avutil.h instead where it is defined. diff -r e1c2963553f3 -r f615c862f862 libmpdemux/demux_lavf.c --- a/libmpdemux/demux_lavf.c Thu Jan 25 10:18:21 2007 +0000 +++ b/libmpdemux/demux_lavf.c Thu Jan 25 10:49:43 2007 +0000 @@ -32,9 +32,11 @@ #ifdef USE_LIBAVFORMAT_SO #include +#include #include #else #include "avformat.h" +#include "avutil.h" #include "avi.h" #include "opt.h" #endif @@ -65,8 +67,6 @@ extern void print_wave_header(WAVEFORMATEX *h, int verbose_level); extern void print_video_header(BITMAPINFOHEADER *h, int verbose_level); -int64_t ff_gcd(int64_t a, int64_t b); - static const AVCodecTag mp_wav_tags[] = { { CODEC_ID_ADPCM_4XM, MKTAG('4', 'X', 'M', 'A')}, { CODEC_ID_ADPCM_EA, MKTAG('A', 'D', 'E', 'A')},