aboutsummaryrefslogtreecommitdiff
path: root/src/sfx/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-02-20 19:04:21 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-30 08:20:21 +0200
commit18717569acda82b26099c62410df3b398d596ba1 (patch)
tree62ce54c1fd47b1b5eeb1f3af465345675d18b1d9 /src/sfx/CMakeLists.txt
parent3ce1418ce5141eac6e526dcfb7a824a7731bbe03 (diff)
downloadrts-18717569acda82b26099c62410df3b398d596ba1.tar.gz
Add metadata header to media files
The following properties are supported: - Sound: "loop". Must be either 0 or 1 - Images: "transparent". Must be either 0 or 1 These headers are only used for non-PS1 builds, since .TIM and .VAG files do already implement such information.
Diffstat (limited to 'src/sfx/CMakeLists.txt')
-rw-r--r--src/sfx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfx/CMakeLists.txt b/src/sfx/CMakeLists.txt
index 3453d2e..6b774fd 100644
--- a/src/sfx/CMakeLists.txt
+++ b/src/sfx/CMakeLists.txt
@@ -10,7 +10,7 @@ elseif(SDL1_2_BUILD)
"sdl-1.2/src/sound.c")
set(inc ${inc} "sdl-1.2/inc")
set(deps ${deps} SDL_mixer)
- set(privdeps ${privdeps} SDL)
+ set(privdeps ${privdeps} SDL header)
endif()
add_library(sfx ${src})