From a75cf2a9dfccc455e8cd0bc5145ef93c2527063e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 16 Apr 2005 20:30:11 +0000 Subject: [PATCH] not a system header Original commit message from CVS: not a system header --- gst/ffmpegcolorspace/gstffmpeg.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/ffmpegcolorspace/gstffmpeg.c b/gst/ffmpegcolorspace/gstffmpeg.c index eadf719a13..ba418df551 100644 --- a/gst/ffmpegcolorspace/gstffmpeg.c +++ b/gst/ffmpegcolorspace/gstffmpeg.c @@ -24,8 +24,10 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif + #include -#include + +#include "avcodec.h" extern gboolean gst_ffmpegcolorspace_register (GstPlugin * plugin);