[BACK]Return to patch-src_client_cinematic_cl_cinematic_ogm_c CVS log [TXT][DIR] Up to [local] / ports / games / ufoai / patches

Annotation of ports/games/ufoai/patches/patch-src_client_cinematic_cl_cinematic_ogm_c, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/client/cinematic/cl_cinematic_ogm.c.orig       Fri Sep  3 15:03:01 2010
        !             3: +++ src/client/cinematic/cl_cinematic_ogm.c    Fri Sep  3 15:03:23 2010
        !             4: @@ -13,10 +13,6 @@
        !             5:  #include "../sound/s_main.h"
        !             6:  #include "../sound/s_music.h"
        !             7:
        !             8: -#if !defined(HAVE_VORBIS_CODEC_H) || (!defined(HAVE_XVID_H) && !defined(HAVE_THEORA_THEORA_H))
        !             9: -#error "No ogm support compiled into the binary"
        !            10: -#endif
        !            11: -
        !            12:  #include <ogg/ogg.h>
        !            13:  #include <vorbis/codec.h>
        !            14:

CVSweb