diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:55:17 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:55:17 +0200 |
commit | defc25dcdabf43a526b607901c22ca3266a7f645 (patch) | |
tree | 24ef7bedaa3228d49d806fa046352ece8c678b77 /extra/vlc/vlc-0.8.5.patch | |
parent | 92cef9b78ce365311f4969a4f0233416fce1f600 (diff) | |
download | nutyx-pakxe-defc25dcdabf43a526b607901c22ca3266a7f645.tar.gz nutyx-pakxe-defc25dcdabf43a526b607901c22ca3266a7f645.tar.bz2 nutyx-pakxe-defc25dcdabf43a526b607901c22ca3266a7f645.tar.xz nutyx-pakxe-defc25dcdabf43a526b607901c22ca3266a7f645.zip |
Ajout de vlc#1.0.1-1
Diffstat (limited to 'extra/vlc/vlc-0.8.5.patch')
-rw-r--r-- | extra/vlc/vlc-0.8.5.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/vlc/vlc-0.8.5.patch b/extra/vlc/vlc-0.8.5.patch new file mode 100644 index 000000000..320b2e42c --- /dev/null +++ b/extra/vlc/vlc-0.8.5.patch @@ -0,0 +1,15 @@ +--- vlc-0.8.5/modules/audio_output/portaudio.c 2006-05-11 13:15:36.000000000 +0200 ++++ vlc-0.8.5/modules/audio_output/portaudio.c-new 2006-05-11 13:16:27.000000000 +0200 +@@ -61,12 +61,10 @@ + { + aout_instance_t *p_aout; + PaStream *p_stream; +- + PaDeviceIndex i_devices; + int i_sample_size; + PaDeviceIndex i_device_id; + const PaDeviceInfo *deviceInfo; +- + vlc_bool_t b_chan_reorder; /* do we need channel reordering */ + int pi_chan_table[AOUT_CHAN_MAX]; + uint32_t i_channel_mask; |