freebsd-ports/multimedia/libxine/files/patch-src:liba52:xine_decoder.c
Mario Sergio Fujikawa Ferreira 04e3b1a90f o update to 0.9.2
o use ports libraries instead of internal versions: liba52 and
  ffmpeg
o support for both vorbis and ogg
o WITH_CSS: plugin for css processing
o add WWW tag to DESCR

Reviewed by:	MAINTAINER, freebsd-multimedia
2001-10-26 16:58:00 +00:00

13 lines
356 B
C

--- src/liba52/xine_decoder.c.orig Fri Oct 19 17:55:03 2001
+++ src/liba52/xine_decoder.c Fri Oct 19 17:55:31 2001
@@ -31,8 +31,8 @@
#include <fcntl.h>
#include "audio_out.h"
-#include "a52.h"
-#include "a52_internal.h"
+#include <a52dec/a52.h>
+#include <a52dec/a52_internal.h>
#include "buffer.h"
#include "xine_internal.h"
#include "cpu_accel.h"