]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- more fix
authorspeedy <speedy@pld-linux.org>
Sat, 9 Apr 2005 14:08:50 +0000 (14:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc-speex.patch -> 1.2

vlc-speex.patch

index ec220aba9b914a18a9f4670fbaf78110664a15e0..a04a7c58306fa71acf97fbdd61a34ed39bc27f8c 100644 (file)
      AC_MSG_CHECKING(for libspeex version > 1.1.0)
      AC_EGREP_CPP(yes,
        [#include <speex/speex.h>
+--- vlc-0.8.1/modules/codec/speex.c.orig       2005-04-09 15:08:01.000000000 +0200
++++ vlc-0.8.1/modules/codec/speex.c    2005-04-09 15:13:18.000000000 +0200
+@@ -30,9 +30,9 @@
+ #include <ogg/ogg.h>
+ #include <speex/speex.h>
+-#include "speex_header.h"
+-#include "speex_stereo.h"
+-#include "speex_callbacks.h"
++#include <speex/speex_header.h>
++#include <speex/speex_stereo.h>
++#include <speex/speex_callbacks.h>
+ /*****************************************************************************
+  * decoder_sys_t : speex decoder descriptor
This page took 0.231443 seconds and 4 git commands to generate.