Mercurial > mplayer.hg
changeset 16982:a9da2db9eb16
Unify include paths by adding -I.. to CFLAGS.
author | diego |
---|---|
date | Sun, 13 Nov 2005 18:28:44 +0000 |
parents | 956c693fdc80 |
children | 4f4b0a763178 |
files | libaf/Makefile libaf/af_export.c libaf/af_format.c libaf/af_ladspa.c libaf/af_lavcresample.c libaf/af_mp.h libaf/af_sweep.c |
diffstat | 7 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/Makefile Sat Nov 12 22:02:17 2005 +0000 +++ b/libaf/Makefile Sun Nov 13 18:28:44 2005 +0000 @@ -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_
--- a/libaf/af_export.c Sat Nov 12 22:02:17 2005 +0000 +++ b/libaf/af_export.c Sun Nov 13 18:28:44 2005 +0000 @@ -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>
--- a/libaf/af_format.c Sat Nov 12 22:02:17 2005 +0000 +++ b/libaf/af_format.c Sun Nov 13 18:28:44 2005 +0000 @@ -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
--- a/libaf/af_ladspa.c Sat Nov 12 22:02:17 2005 +0000 +++ b/libaf/af_ladspa.c Sun Nov 13 18:28:44 2005 +0000 @@ -76,7 +76,7 @@ /* Local Includes */ #include "af.h" -#include "../help_mp.h" +#include "help_mp.h" /* ------------------------------------------------------------------------- */
--- a/libaf/af_lavcresample.c Sat Nov 12 22:02:17 2005 +0000 +++ b/libaf/af_lavcresample.c Sun Nov 13 18:28:44 2005 +0000 @@ -6,7 +6,7 @@ #include <string.h> #include <inttypes.h> -#include "../config.h" +#include "config.h" #include "af.h" #ifdef USE_LIBAVCODEC
--- a/libaf/af_mp.h Sat Nov 12 22:02:17 2005 +0000 +++ b/libaf/af_mp.h Sun Nov 13 18:28:44 2005 +0000 @@ -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