]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/ffmpeg.c
* configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpe...
[vlc] / modules / codec / ffmpeg / ffmpeg.c
index b7ff89cba4e00ed75cbb9a17f35eaf60852bbb93..23b8a39bd8612499b60aad46bedd194c9c587856 100644 (file)
@@ -2,7 +2,7 @@
  * ffmpeg.c: video decoder using ffmpeg library
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ffmpeg.c,v 1.31 2003/04/20 11:57:13 gbazin Exp $
+ * $Id: ffmpeg.c,v 1.32 2003/04/20 14:11:25 gbazin Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -53,7 +53,7 @@
 #include "ffmpeg.h"
 
 #ifdef LIBAVCODEC_PP
-#   ifndef HAVE_POSTPROC_POSTPROCESS_H
+#   ifdef HAVE_POSTPROC_POSTPROCESS_H
 #       include <postproc/postprocess.h>
 #   else
 #       include <libpostproc/postprocess.h>