Correction compilation général

This commit is contained in:
sfl
2008-03-03 09:50:50 -05:00
parent 0a7febee29
commit 5b1bc7aa5d
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,8 @@ AC_CONFIG_FILES([src/Makefile \
src/video/Makefile \
src/video/VideoCodec/Makefile \
src/video/V4L/Makefile \
src/memmanager/Makefile])
src/memmanager/Makefile \
src/mixer/Makefile])
AC_CONFIG_FILES([skins/Makefile \
skins/metal/Makefile \

View File

@ -10,7 +10,6 @@
#include "MemData.h"
#include "MemSpace.h"
#include "MemKey.h"
#include <vector.h>
using namespace std;