mirror of https://github.com/odrling/Aegisub
Moved stdint.h to win32 to avoid issues with Linux, and removed
video_zoom.cpp from Linux makefile. Originally committed to SVN as r1056.
This commit is contained in:
parent
161f07f6be
commit
2e1263055b
|
@ -140,7 +140,6 @@ aegisub_SOURCES = \
|
||||||
video_provider_dummy.cpp \
|
video_provider_dummy.cpp \
|
||||||
video_provider_lavc.cpp \
|
video_provider_lavc.cpp \
|
||||||
video_slider.cpp \
|
video_slider.cpp \
|
||||||
video_zoom.cpp \
|
|
||||||
MatroskaParser.c
|
MatroskaParser.c
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
|
|
@ -29,9 +29,7 @@
|
||||||
//
|
//
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef _MSC_VER // [
|
#ifdef _MSC_VER
|
||||||
#error "Use this header only with Microsoft Visual C++ compilers!"
|
|
||||||
#endif // _MSC_VER ]
|
|
||||||
|
|
||||||
#ifndef _MSC_STDINT_H_ // [
|
#ifndef _MSC_STDINT_H_ // [
|
||||||
#define _MSC_STDINT_H_
|
#define _MSC_STDINT_H_
|
||||||
|
@ -220,3 +218,4 @@ typedef uint64_t uintmax_t;
|
||||||
|
|
||||||
|
|
||||||
#endif // _MSC_STDINT_H_ ]
|
#endif // _MSC_STDINT_H_ ]
|
||||||
|
#endif // _MSC_VER ]
|
Loading…
Reference in New Issue