gstreamer_core/plugins/indexers/gstindexers.c
changeset 10 6f340f756486
parent 8 4a7fac7dd34a
equal deleted inserted replaced
9:2a0f36a70380 10:6f340f756486
    19 
    19 
    20 #include <gst/gst_private.h>
    20 #include <gst/gst_private.h>
    21 #include <gst/gstversion.h>
    21 #include <gst/gstversion.h>
    22 #include <gst/gstplugin.h>
    22 #include <gst/gstplugin.h>
    23 
    23 
       
    24 #ifdef __SYMBIAN32__
       
    25 IMPORT_C
       
    26 #endif
    24 extern gboolean gst_mem_index_plugin_init (GstPlugin * plugin);
    27 extern gboolean gst_mem_index_plugin_init (GstPlugin * plugin);
    25 
    28 
    26 #ifndef GST_DISABLE_LOADSAVE
    29 #ifndef GST_DISABLE_LOADSAVE
    27 extern gboolean gst_file_index_plugin_init (GstPlugin * plugin);
    30 extern gboolean gst_file_index_plugin_init (GstPlugin * plugin);
    28 #endif
    31 #endif