Browse Source

cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including

config.h so that compilation without HAVE_AV_CONFIG_H fails.
patch by Ronald S. Bultje, rsbultje gmail com

Originally committed as revision 10619 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ronald S. Bultje Diego Biurrun 17 years ago
parent
commit
b6cd8593b3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cmdutils.c

+ 1
- 0
cmdutils.c View File

@@ -27,6 +27,7 @@
#include "cmdutils.h"
#include "avstring.h"
#include "version.h"
#include "config.h"

#undef exit



Loading…
Cancel
Save