gst_plugins_base/gst/ffmpegcolorspace/gstffmpeg.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    27 
    27 
    28 #include <gst/gst.h>
    28 #include <gst/gst.h>
    29 
    29 
    30 #include "avcodec.h"
    30 #include "avcodec.h"
    31 
    31 
    32 #ifdef __SYMBIAN32__
       
    33 IMPORT_C
       
    34 #endif
       
    35 extern gboolean gst_ffmpegcolorspace_register (GstPlugin * plugin);
    32 extern gboolean gst_ffmpegcolorspace_register (GstPlugin * plugin);
    36 
    33 
    37 static gboolean
    34 static gboolean
    38 plugin_init (GstPlugin * plugin)
    35 plugin_init (GstPlugin * plugin)
    39 {
    36 {