gstreamer_core/plugins/indexers/gstindexers.c
changeset 19 24ed0baaf8e5
parent 16 8e837d1bf446
equal deleted inserted replaced
18:5824eee55f42 19:24ed0baaf8e5
    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