summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-07 22:18:37 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-07 22:18:37 +0000
commit6580d5e377cf7a54589fd7dcb6c754ef271ad8d5 (patch)
tree0e1a7155bd2c0419e71299b015d2f89b617ad7de /ffprobe.c
parent72c2bdebcff5610741d6e89cb6066ba2a88f59ac (diff)
Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps
Originally committed as revision 22295 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 512777ccb9..b6ac061010 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -21,7 +21,6 @@
#include "config.h"
-#undef HAVE_AV_CONFIG_H
#include "libavformat/avformat.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/opt.h"