]> git.pld-linux.org Git - packages/vlc.git/blob - vlc-flac.patch
- remove non-existing locale
[packages/vlc.git] / vlc-flac.patch
1 --- vlc-2.0.6/modules/codec/flac.c.orig 2013-01-25 13:30:14.000000000 +0100
2 +++ vlc-2.0.6/modules/codec/flac.c      2013-06-06 22:26:47.176022021 +0200
3 @@ -38,8 +38,8 @@
4  #include <vlc_codec.h>
5  #include <vlc_aout.h>
6  
7 -#include <stream_decoder.h>
8 -#include <stream_encoder.h>
9 +#include <FLAC/stream_decoder.h>
10 +#include <FLAC/stream_encoder.h>
11  
12  #include <vlc_block_helper.h>
13  #include <vlc_bits.h>
This page took 0.05948 seconds and 3 git commands to generate.