[MPlayer-cvslog] CVS: main/libaf Makefile, 1.25, 1.26 af_export.c, 1.4, 1.5 af_format.c, 1.30, 1.31 af_ladspa.c, 1.7, 1.8 af_lavcresample.c, 1.10, 1.11 af_mp.h, 1.5, 1.6 af_sweep.c, 1.3, 1.4

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Nov 13 19:28:47 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv24524

Modified Files:
	Makefile af_export.c af_format.c af_ladspa.c af_lavcresample.c 
	af_mp.h af_sweep.c 
Log Message:
Unify include paths by adding -I.. to CFLAGS.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/Makefile,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Makefile	1 Aug 2005 22:09:17 -0000	1.25
+++ Makefile	13 Nov 2005 18:28:44 -0000	1.26
@@ -38,7 +38,7 @@
 
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -Wall $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE
+CFLAGS  = $(OPTFLAGS) -I. -I.. -Wall $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE
 
 ifeq ($(TARGET_OS),MINGW32)
 CFLAGS += -D_IO_H_

Index: af_export.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_export.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- af_export.c	27 Dec 2004 17:30:13 -0000	1.4
+++ af_export.c	13 Nov 2005 18:28:44 -0000	1.5
@@ -12,7 +12,7 @@
 #include <string.h>
 #include <inttypes.h>
 #include <unistd.h>
-#include "../config.h"
+#include "config.h"
 
 #ifdef HAVE_SYS_MMAN_H
 #include <sys/types.h>

Index: af_format.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_format.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- af_format.c	4 Oct 2005 21:49:56 -0000	1.30
+++ af_format.c	13 Nov 2005 18:28:44 -0000	1.31
@@ -14,8 +14,8 @@
 #include <limits.h>
 
 #include "af.h"
-#include "../bswap.h"
-#include "../libvo/fastmemcpy.h"
+#include "bswap.h"
+#include "libvo/fastmemcpy.h"
 
 // Integer to float conversion through lrintf()
 #ifdef HAVE_LRINTF

Index: af_ladspa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_ladspa.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- af_ladspa.c	5 Nov 2005 00:45:56 -0000	1.7
+++ af_ladspa.c	13 Nov 2005 18:28:44 -0000	1.8
@@ -76,7 +76,7 @@
 /* Local Includes */
 
 #include "af.h"
-#include "../help_mp.h"
+#include "help_mp.h"
 
 /* ------------------------------------------------------------------------- */
 

Index: af_lavcresample.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_lavcresample.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- af_lavcresample.c	1 Aug 2005 22:09:17 -0000	1.10
+++ af_lavcresample.c	13 Nov 2005 18:28:44 -0000	1.11
@@ -6,7 +6,7 @@
 #include <string.h>
 #include <inttypes.h>
 
-#include "../config.h"
+#include "config.h"
 #include "af.h"
 
 #ifdef USE_LIBAVCODEC

Index: af_mp.h
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_mp.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- af_mp.h	27 Dec 2004 17:30:13 -0000	1.5
+++ af_mp.h	13 Nov 2005 18:28:44 -0000	1.6
@@ -2,9 +2,9 @@
 #ifndef __af_mp_h__
 #define __af_mp_h__
 
-#include "../config.h"
-#include "../mp_msg.h"
-#include "../cpudetect.h"
+#include "config.h"
+#include "mp_msg.h"
+#include "cpudetect.h"
 
 /* Set the initialization type from mplayers cpudetect */
 #ifdef AF_INIT_TYPE

Index: af_sweep.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_sweep.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- af_sweep.c	27 Dec 2004 17:30:13 -0000	1.3
+++ af_sweep.c	13 Nov 2005 18:28:44 -0000	1.4
@@ -7,7 +7,7 @@
 #include <inttypes.h>
 #include <math.h>
 
-#include "../config.h"
+#include "config.h"
 #include "af.h"
 
 typedef struct af_sweep_s{




More information about the MPlayer-cvslog mailing list