aboutsummaryrefslogtreecommitdiff
path: root/examples/mdec
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2023-04-04 01:09:50 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2023-04-04 01:09:50 +0200
commitfd846206ae9419af5ed227989b3ad49b541a823c (patch)
treeca0907b559548b399759a2370d566e6deb825525 /examples/mdec
parent8e3a757d4d7d5dfc62f69ce4ede08f1cf79e3461 (diff)
downloadpsn00bsdk-fd846206ae9419af5ed227989b3ad49b541a823c.tar.gz
Add missing CD image dependencies to CMake scripts
Diffstat (limited to 'examples/mdec')
-rw-r--r--examples/mdec/strvideo/CMakeLists.txt5
-rw-r--r--examples/mdec/strvideo/iso.xml5
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/mdec/strvideo/CMakeLists.txt b/examples/mdec/strvideo/CMakeLists.txt
index d41556b..f6695c0 100644
--- a/examples/mdec/strvideo/CMakeLists.txt
+++ b/examples/mdec/strvideo/CMakeLists.txt
@@ -13,7 +13,10 @@ project(
file(GLOB _sources *.c)
psn00bsdk_add_executable(strvideo GPREL ${_sources})
-#psn00bsdk_add_cd_image(strvideo_iso strvideo iso.xml DEPENDS strvideo)
+#psn00bsdk_add_cd_image(
+ #strvideo_iso strvideo iso.xml
+ #DEPENDS strvideo system.cnf video.str
+#)
install(
FILES
diff --git a/examples/mdec/strvideo/iso.xml b/examples/mdec/strvideo/iso.xml
index 65e0ff5..8ba67dd 100644
--- a/examples/mdec/strvideo/iso.xml
+++ b/examples/mdec/strvideo/iso.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<iso_project
- image_name="${CD_IMAGE_NAME}.bin"
- cue_sheet="${CD_IMAGE_NAME}.cue"
->
+<iso_project>
<track type="data">
<identifiers
system ="PLAYSTATION"