Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authormjbudd77 <mjbudd77@gmail.com>2021-05-04 02:40:41 +0300
committermjbudd77 <mjbudd77@gmail.com>2021-05-04 02:40:41 +0300
commitb3700f58b49e5b86c21d11505f5015cbc6f44ef7 (patch)
treef94cd48f13126cade7bf7409625fb35182edd957 /web
parentcfc91e22239798af56bd4f2d772b6294f3a99cf6 (diff)
Fixed mac OSX x264 dependency package name.
Diffstat (limited to 'web')
-rw-r--r--web/osx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/osx.html b/web/osx.html
index 14a51f01..535cf77e 100644
--- a/web/osx.html
+++ b/web/osx.html
@@ -81,7 +81,7 @@
brew install qt5
brew install sdl2
brew install minizip
- brew install libx264 (optional dependency but recommended for AVI recording)
+ brew install x264 (optional dependency but recommended for AVI recording)
</pre>
Otherwise you can install the dmg packages available from the Qt and SDL websites.
<br><br>The following tools are required to build from source: