File xine-ui-AUTOMAKE.diff of Package xine-ui
Index: config.h.in =================================================================== --- config.h.in.orig +++ config.h.in @@ -193,6 +193,9 @@ /* Location of documentation files */ #undef XINE_DOCDIR +/* logo mrl for reduced functionality */ +#undef XINE_LOGO_CRIPPLED_MRL + /* official logo mrl */ #undef XINE_LOGO_MRL Index: configure =================================================================== --- configure.orig +++ configure @@ -15100,13 +15100,21 @@ cat >>confdefs.h <<_ACEOF _ACEOF -XINE_LOGO_MRL="file:$XINE_SKINDIR/xine-ui_logo.mpv" +XINE_LOGO_MRL="file:$XINE_SKINDIR/xine-ui_logo.png" cat >>confdefs.h <<_ACEOF #define XINE_LOGO_MRL "`makeexpand $XINE_LOGO_MRL`" _ACEOF +XINE_LOGO_CRIPPLED_MRL="file:$XINE_SKINDIR/xine-ui_logo-crippled.png" + + +cat >>confdefs.h <<_ACEOF +#define XINE_LOGO_CRIPPLED_MRL "`makeexpand $XINE_LOGO_CRIPPLED_MRL`" +_ACEOF + + XINE_SPLASH="$XINE_SKINDIR/xine_splash.png" cat >>confdefs.h <<_ACEOF