|
|
@ -11,19 +11,6 @@ Index: tdemultimedia/mpeglib/lib/util/audio/audioIO_SunOS.cpp
|
|
|
|
|
|
|
|
|
|
|
|
/* declare these static to effectively isolate the audio device */
|
|
|
|
/* declare these static to effectively isolate the audio device */
|
|
|
|
|
|
|
|
|
|
|
|
Index: tdemultimedia/cmake/modules/TDEMacros.cmake
|
|
|
|
|
|
|
|
===================================================================
|
|
|
|
|
|
|
|
--- tdemultimedia.orig/cmake/modules/TDEMacros.cmake
|
|
|
|
|
|
|
|
+++ tdemultimedia/cmake/modules/TDEMacros.cmake
|
|
|
|
|
|
|
|
@@ -833,7 +833,7 @@ macro( tde_add_library _arg_target )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# set embedded archives
|
|
|
|
|
|
|
|
if( _embed )
|
|
|
|
|
|
|
|
- list( INSERT _link 0 -Wl,-whole-archive ${_embed} -Wl,-no-whole-archive )
|
|
|
|
|
|
|
|
+ list( INSERT _link 0 -Wl,-zallextract ${_embed} -Wl,-zdefaultextract )
|
|
|
|
|
|
|
|
endif( _embed )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# set link libraries
|
|
|
|
|
|
|
|
Index: tdemultimedia/xine_artsplugin/tools/thumbnail/videoscaler.cpp
|
|
|
|
Index: tdemultimedia/xine_artsplugin/tools/thumbnail/videoscaler.cpp
|
|
|
|
===================================================================
|
|
|
|
===================================================================
|
|
|
|
--- tdemultimedia.orig/xine_artsplugin/tools/thumbnail/videoscaler.cpp
|
|
|
|
--- tdemultimedia.orig/xine_artsplugin/tools/thumbnail/videoscaler.cpp
|
|
|
@ -213,7 +200,7 @@ Index: tdemultimedia/kscd/libwm/plat_sun.c
|
|
|
|
+int
|
|
|
|
+int
|
|
|
|
codec_init( void )
|
|
|
|
codec_init( void )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
register int i;
|
|
|
|
int i;
|
|
|
|
@@ -873,9 +881,9 @@ codec_init( void )
|
|
|
|
@@ -873,9 +881,9 @@ codec_init( void )
|
|
|
|
foo.record.port = port;
|
|
|
|
foo.record.port = port;
|
|
|
|
foo.record.balance = foo.play.balance = AUDIO_MID_BALANCE;
|
|
|
|
foo.record.balance = foo.play.balance = AUDIO_MID_BALANCE;
|
|
|
|