diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-01-31 01:20:24 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-01-31 01:20:24 +0000 |
commit | 56a80d09d34037ab8ba07e67e4dc7184fff94656 (patch) | |
tree | 1549ed42ed8254747876c1495d50878224158b69 /src/video_out/libdha | |
parent | e0d3c2d0b9b0facb06cfa3d42afb17778220dc67 (diff) | |
download | xine-lib-56a80d09d34037ab8ba07e67e4dc7184fff94656.tar.gz xine-lib-56a80d09d34037ab8ba07e67e4dc7184fff94656.tar.bz2 |
- Added debian into Makefile.am as a sub-directory rather than have the
makefile variable.
- Cleaned up Makefile.am (wine, goom, libxinevdec)
- Cleaned up compiler warnings (libfaad)
- Cleaned up header includes (libfaad, libdha)
CVS patchset: 4053
CVS date: 2003/01/31 01:20:24
Diffstat (limited to 'src/video_out/libdha')
-rw-r--r-- | src/video_out/libdha/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/libdha/config.h b/src/video_out/libdha/config.h index ede3c13c1..f7c387fb7 100644 --- a/src/video_out/libdha/config.h +++ b/src/video_out/libdha/config.h @@ -1,7 +1,7 @@ #ifndef LIBDHA_CONFIG_H #define LIBDHA_CONFIG_H -#include "../config.h" +#include "config.h" #ifdef TARGET_LINUX //#define CONFIG_DHAHELPER /* doesn't affect virt_to_phys */ |