changeset 12605:27706a9c2015

libfame has been removed from MPlayer long ago. Compilation fix pointed out by Hetfield <hetfield@email.it>.
author diego
date Thu, 17 Jun 2004 12:34:18 +0000
parents 21173b458231
children ed0350b5d81c
files libmpcodecs/vf_fame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_fame.c	Thu Jun 17 09:06:33 2004 +0000
+++ b/libmpcodecs/vf_fame.c	Thu Jun 17 12:34:18 2004 +0000
@@ -16,7 +16,7 @@
 #include "vf.h"
 
 //#include "../libvo/fastmemcpy.h"
-#include "../libfame/fame.h"
+#include <fame.h>
 
 struct vf_priv_s {
     unsigned char* outbuf;