summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-10-07 16:02:57 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-10-07 16:02:57 +0200
commit113ac3d202140491de9a8ad1e75dd96882a8857f (patch)
tree34425f2594d8ddfd9be88a044c32d6175c7f4fad
parent0036a7b08b18389e0d8683fe1422ffb861dd9327 (diff)
downloadnihav-player-113ac3d202140491de9a8ad1e75dd96882a8857f.tar.gz
move experimental code to old/
-rw-r--r--old/Cargo.toml (renamed from Cargo.toml)0
-rw-r--r--old/README.md (renamed from README.md)0
-rw-r--r--old/sdl-patches/0001-remove-not-really-needed-dependencies.patch (renamed from sdl-patches/0001-remove-not-really-needed-dependencies.patch)0
-rw-r--r--old/sdl-patches/0002-remove-obsolete-directives.patch (renamed from sdl-patches/0002-remove-obsolete-directives.patch)0
-rw-r--r--old/sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch (renamed from sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch)0
-rw-r--r--old/sdl-patches/0004-video-add-YUV-overlay-support.patch (renamed from sdl-patches/0004-video-add-YUV-overlay-support.patch)0
-rw-r--r--old/src/main.rs (renamed from src/main.rs)0
7 files changed, 0 insertions, 0 deletions
diff --git a/Cargo.toml b/old/Cargo.toml
index 68777a5..68777a5 100644
--- a/Cargo.toml
+++ b/old/Cargo.toml
diff --git a/README.md b/old/README.md
index 0f00772..0f00772 100644
--- a/README.md
+++ b/old/README.md
diff --git a/sdl-patches/0001-remove-not-really-needed-dependencies.patch b/old/sdl-patches/0001-remove-not-really-needed-dependencies.patch
index e1cf979..e1cf979 100644
--- a/sdl-patches/0001-remove-not-really-needed-dependencies.patch
+++ b/old/sdl-patches/0001-remove-not-really-needed-dependencies.patch
diff --git a/sdl-patches/0002-remove-obsolete-directives.patch b/old/sdl-patches/0002-remove-obsolete-directives.patch
index 44c28e9..44c28e9 100644
--- a/sdl-patches/0002-remove-obsolete-directives.patch
+++ b/old/sdl-patches/0002-remove-obsolete-directives.patch
diff --git a/sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch b/old/sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch
index 3b324b4..3b324b4 100644
--- a/sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch
+++ b/old/sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch
diff --git a/sdl-patches/0004-video-add-YUV-overlay-support.patch b/old/sdl-patches/0004-video-add-YUV-overlay-support.patch
index 74c7201..74c7201 100644
--- a/sdl-patches/0004-video-add-YUV-overlay-support.patch
+++ b/old/sdl-patches/0004-video-add-YUV-overlay-support.patch
diff --git a/src/main.rs b/old/src/main.rs
index c53181d..c53181d 100644
--- a/src/main.rs
+++ b/old/src/main.rs