summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2016-01-17 23:50:22 +0200
committerTuomas Virtanen <katajakasa@gmail.com>2016-01-17 23:50:22 +0200
commit34bc8e908a241f61b8d8ba31d6dbc4705d81f2af (patch)
tree6392569a5193abc34d755da0e1557193e98c7293 /README.md
parent91d57e02d7d60d0333199bae58699d57dde03b79 (diff)
Fullscreen support in example_video
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79467e1..00b2abd 100644
--- a/README.md
+++ b/README.md
@@ -36,15 +36,14 @@ may or may not work; versions noted here are the only ones tested.
```
sudo apt-get install libsdl2-dev libavcodec-dev libavdevice-dev libavfilter-dev \
libavformat-dev libavresample-dev libavutil-dev libswresample-dev libswscale-dev \
-libpostproc-dev
+libpostproc-dev libass-dev
```
### 1.2. MSYS2 64bit
These are for x86_64. For 32bit installation, just change the package names a bit .
```
-pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-ffmpeg
-
+pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-ffmpeg mingw-w64-x86_64-libass
```
## 2. Compiling