fix small format error in README

This commit is contained in:
F. Duncanh
2026-02-12 18:40:57 -05:00
parent 400d455743
commit 60d6f73a81
3 changed files with 10 additions and 11 deletions

View File

@@ -961,7 +961,9 @@ downloads, "UxPlay" for "git clone" downloads) and build/install with
"`git clone https://github.com/FDH2/UxPlay`")**, then install UxPlay
dependencies (openssl is already installed with MSYS2):
`pacman -S mingw-w64-ucrt-x86_64-libplist mingw-w64-ucrt-x86_64-gstreamer mingw-w64-ucrt-x86_64-gst-plugins-base`
```
pacman -S mingw-w64-ucrt-x86_64-libplist mingw-w64-ucrt-x86_64-gstreamer mingw-w64-ucrt-x86_64-gst-plugins-base
```
If you are trying a different Windows build system, MSVC versions of
GStreamer for Windows are available from the [official GStreamer
@@ -986,7 +988,6 @@ downloads, "UxPlay" for "git clone" downloads) and build/install with
documentation in `C:/msys64/ucrt64/share/...`) with
`cmake --install . --prefix $HOME/../../ucrt64`
You can later uninstall uxplay by returning to the build directory and running
`ninja uninstall`