04e3b1a90f
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
379 B
C
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 {
|