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

File: [local] / ports / games / ufoai / patches / Attic / patch-src_client_cinematic_cl_cinematic_ogm_c (download)

Revision 1.1, Fri Sep 3 10:06:21 2010 UTC (13 years, 9 months ago) by yason
Branch: MAIN

update to 2.3, clean Makefile, move to new-style WANTLIB/LIB_DEPENDS

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