Browse Source

cmdutils: remove conditionnal pp include.

The definition of the include are needed for builds even without pp.
This should fix FATE with --disable-gpl after 63edd2f9.
tags/n2.0
Clément Bœsch 13 years ago
parent
commit
1123080d2e
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      cmdutils.c

+ 0
- 2
cmdutils.c View File

@@ -36,9 +36,7 @@
#include "libavresample/avresample.h"
#include "libswscale/swscale.h"
#include "libswresample/swresample.h"
#if CONFIG_POSTPROC
#include "libpostproc/postprocess.h"
#endif
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"


Loading…
Cancel
Save