summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-09-11 22:51:05 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-09-11 22:51:05 +0000
commit7b7d86f1208a25c00e7bb8f136720745a4f80233 (patch)
tree971c697e60f2c91db08f884b009af63eade5b307 /ffmpeg.c
parentd35ff76b794281956cfb75430abee75227fd0378 (diff)
simplified version handling
Originally committed as revision 2264 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 60869b827a..43f7a70d67 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define HAVE_AV_CONFIG_H
-#include "common.h"
#include "avformat.h"
#include "framehook.h"