freebsd-ports/graphics/libxine/files/patch-src:libffmpeg: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
379 B
C

--- src/libffmpeg/xine_decoder.c.orig Fri Oct 19 21:17:15 2001
+++ src/libffmpeg/xine_decoder.c Fri Oct 19 21:17:39 2001
@@ -38,8 +38,8 @@
#include "buffer.h"
#include "metronom.h"
-#include "libavcodec/avcodec.h"
-#include "libavcodec/dsputil.h"
+#include <libavcodec/avcodec.h>
+#include <libavcodec/dsputil.h>
/* now this is ripped of wine's vfw.h */
typedef struct {