Added the movie thing and its dependencies into autotools scripts.
This commit is contained in:
parent
8cef0b268c
commit
c5a37f52b9
|
@ -36,7 +36,10 @@ libdesmume_a_SOURCES = \
|
||||||
matrix.cpp matrix.h \
|
matrix.cpp matrix.h \
|
||||||
gfx3d.cpp gfx3d.h \
|
gfx3d.cpp gfx3d.h \
|
||||||
thumb_instructions.cpp thumb_instructions.h types.h \
|
thumb_instructions.cpp thumb_instructions.h types.h \
|
||||||
zero_private.h shaders.h
|
zero_private.h shaders.h \
|
||||||
|
movie.cpp movie.h \
|
||||||
|
utils/ConvertUTF.c utils/ConvertUTF.h utils/guid.cpp utils/guid.h \
|
||||||
|
utils/md5.cpp utils/md5.h utils/valuearray.h utils/xstring.cpp utils/xstring.h
|
||||||
if HAVE_GDB_STUB
|
if HAVE_GDB_STUB
|
||||||
libdesmume_a_SOURCES += gdbstub.h
|
libdesmume_a_SOURCES += gdbstub.h
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#include "utils/guid.h"
|
#include "utils/guid.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdlib.h>
|
||||||
#include "guid.h"
|
#include "guid.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue