2 # ***** BEGIN GPL LICENSE BLOCK *****
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software Foundation,
16 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 # The Original Code is Copyright (C) 2006, Blender Foundation
19 # All rights reserved.
21 # The Original Code is: all of this file.
23 # Contributor(s): Jacques Beaurain.
25 # ***** END GPL LICENSE BLOCK *****
29 ../../../source/gameengine/Ketsji
30 ../../../source/gameengine/Expressions
31 ../../../source/gameengine/GameLogic
32 ../../../source/gameengine/SceneGraph
33 ../../../source/gameengine/Rasterizer
34 ../../../source/gameengine/Rasterizer/RAS_OpenGLRasterizer
35 ../../../source/gameengine/BlenderRoutines
36 ../../../source/blender/blenlib
37 ../../../source/blender/blenkernel
38 ../../../source/blender/makesdna
39 ../../../source/blender/editors/include
40 ../../../source/blender/imbuf
41 ../../../source/blender/python
42 ../../../source/blender/python/generic
43 ../../../source/blender/gpu
44 ../../../intern/container
45 ../../../intern/string
46 ../../../intern/moto/include
47 ../../../intern/guardedalloc
89 set(INC ${INC} ${FFMPEG_INC} ${PTHREADS_INC})
90 add_definitions(-DWITH_FFMPEG)
91 add_definitions(-D__STDC_CONSTANT_MACROS)
94 blender_add_lib(ge_videotex "${SRC}" "${INC}")