group/upnpplatformvar.hrh
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    22 
    22 
    23 
    23 
    24 #ifndef UPNPPLATFORMVAR_HRH
    24 #ifndef UPNPPLATFORMVAR_HRH
    25 #define UPNPPLATFORMVAR_HRH
    25 #define UPNPPLATFORMVAR_HRH
    26 
    26 
    27 #ifndef __SERIES60_32__
       
    28 #include <platform_paths.hrh>
    27 #include <platform_paths.hrh>
    29 #else
       
    30 #include <platform_paths.hrh>
       
    31 #endif
       
    32 
    28 
    33 // LOC export for MCL SDKs.
    29 // LOC export for MCL SDKs.
    34 // Loc files have to be exported to /epoc32/include/... in MCL SDKs.
    30 // Loc files have to be exported to /epoc32/include/... in MCL SDKs.
    35 #define UPNP_LOC_EXPORT(exported) ../loc/##exported MW_LAYER_LOC_EXPORT_PATH(exported)
    31 #define UPNP_LOC_EXPORT(exported) ../loc/##exported MW_LAYER_LOC_EXPORT_PATH(exported)
    36 
    32 
    39 // No need for LOC file include paths MCL SDKs.
    35 // No need for LOC file include paths MCL SDKs.
    40 // But they need to be defined.
    36 // But they need to be defined.
    41 #define UPNP_LOC_INCLUDE_PATH_COMPONENT
    37 #define UPNP_LOC_INCLUDE_PATH_COMPONENT
    42 #define UPNP_LOC_INCLUDE_PATH_SUBCOMPONENT
    38 #define UPNP_LOC_INCLUDE_PATH_SUBCOMPONENT
    43 
    39 
       
    40 // Define this flag if gstreamer is used for transcoding
       
    41 #undef UPNP_USE_GSTREAMER
       
    42 
    44 #endif // UPNPPLATFORMVAR_HRH
    43 #endif // UPNPPLATFORMVAR_HRH