summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2018-09-20 22:20:19 +0300
committerTuomas Virtanen <katajakasa@gmail.com>2018-09-20 22:20:19 +0300
commit91bf8eb166d7976f5543f86892ef5474b82a7ca5 (patch)
treebdd87373a8349a08fb734817764c580e174cf85f
parent1ce4ff94fa1ad2dcfa9928c5560f2b0c61842979 (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b9b467..d2745ce 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,6 @@ Library requirements:
* SDL2 (>=2.0.5)
* FFmpeg (>=3.0)
* libass (optional, supports runtime linking via SDL_LoadSO)
-* CUnit (optional, for unittests)
Note that Clang might work, but is not tested. Older SDL2 and FFmpeg library versions
may or may not work; versions noted here are the only ones tested.
@@ -92,7 +91,7 @@ After building, you can run with the following (make sure to set correct llvm-sy
ASAN_OPTIONS=symbolize=1 ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer ./examplevideo <my videofile>
```
-## 3. Why SDL_kitchensink
+## 3. Why the name SDL_kitchensink
Because pulling major blob of library code like ffmpeg feels like bringing in a whole house with its
kitchensink and everything to the project. Also, it sounded funny. Also, SDL_ffmpeg is already reserved :(