forked from panda3d/panda3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSources.pp
More file actions
42 lines (32 loc) · 1.06 KB
/
Sources.pp
File metadata and controls
42 lines (32 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#define BUILD_DIRECTORY $[HAVE_FFMPEG]
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#define BUILDING_DLL BUILDING_FFMPEG
#define USE_PACKAGES ffmpeg
#begin lib_target
#define TARGET p3ffmpeg
#define LOCAL_LIBS p3movies
#define COMBINED_SOURCES \
$[TARGET]_composite1.cxx
#define SOURCES \
config_ffmpeg.h \
ffmpegVideo.h ffmpegVideo.I \
ffmpegVideoCursor.h ffmpegVideoCursor.I \
ffmpegAudio.h ffmpegAudio.I \
ffmpegAudioCursor.h ffmpegAudioCursor.I \
ffmpegVirtualFile.h ffmpegVirtualFile.I
#define INCLUDED_SOURCES \
config_ffmpeg.cxx \
ffmpegVideo.cxx \
ffmpegVideoCursor.cxx \
ffmpegAudio.cxx \
ffmpegAudioCursor.cxx \
ffmpegVirtualFile.cxx
#define INSTALL_HEADERS \
config_ffmpeg.h \
ffmpegVideo.h ffmpegVideo.I \
ffmpegVideoCursor.h ffmpegVideoCursor.I \
ffmpegAudio.h ffmpegAudio.I \
ffmpegAudioCursor.h ffmpegAudioCursor.I \
ffmpegVirtualFile.h ffmpegVirtualFile.I
#end lib_target