forked from Lainports/freebsd-ports
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
13 lines
356 B
C
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"
|