Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-10 18:34:56 +0400
committerDiego Biurrun <diego@biurrun.de>2007-06-10 18:34:56 +0400
commit364a96070433d4c843620074d96dce562236ce6e (patch)
treea18643cc0b501b29fbfe01b5c93e62a66dd61c4a /ffmpeg.c
parentbb8fe69a093fe4a0b6b49486dd5bfa03ed3cba8d (diff)
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index c364b11927..cc97ce6a5b 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -18,7 +18,7 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#define HAVE_AV_CONFIG_H
+
#include <signal.h>
#include <limits.h>
#include "avformat.h"