Skip to content

Commit ba6d974

Browse files
committed
brew: use iina instead of mpv
1 parent e8628c1 commit ba6d974

File tree

5 files changed

+2
-136
lines changed

5 files changed

+2
-136
lines changed

.gitmodules

-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
[submodule "config/mpv/shaders"]
2-
path = config/mpv/shaders
3-
url = https://github.com/bjin/mpv-prescalers.git
4-
ignore = dirty
5-
[submodule "config/mpv/scripts"]
6-
path = config/mpv/scripts
7-
url = https://github.com/wiiaboo/mpv-scripts.git
8-
ignore = dirty

Brewfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ brew 'git-lfs'
2323
brew 'zsh', args: ['without-etcdir']
2424

2525
brew 'dbus', restart_service: true
26-
brew 'ffmpeg', args: ['with-fdk-aac', 'with-openh264', 'with-x265', 'with-libbluray', 'HEAD']
2726
brew 'texinfo'
2827

2928

@@ -35,6 +34,7 @@ brew 'doxygen'
3534
brew 'editorconfig'
3635
brew 'emacs-mac', args: ['with-dbus', 'with-glib', 'with-gnutls', 'with-imagemagick', 'with-modules', 'with-modern-icon', 'with-xml2']
3736
brew 'exa'
37+
brew 'ffmpeg', args: ['with-fdk-aac', 'with-openh264', 'with-x265', 'with-libbluray', 'HEAD']
3838
brew 'fd'
3939
brew 'flow'
4040
brew 'git-when-merged'
@@ -45,7 +45,6 @@ brew 'gnupg'
4545
brew 'hunspell'
4646
brew 'jq'
4747
brew 'mas'
48-
brew 'mpv', args: ['with-bundle', 'with-libaacs', 'with-libbluray', 'with-libdvdnav', 'with-libdvdread', 'HEAD']
4948
brew 'p7zip'
5049
brew 'pandoc'
5150
brew 'peco'
@@ -89,6 +88,7 @@ cask 'dropbox'
8988
cask 'google-chrome'
9089
cask 'google-backup-and-sync'
9190
cask 'google-japanese-ime'
91+
cask 'iina'
9292
cask 'karabiner-elements'
9393
cask 'makemkv'
9494
cask 'onyx'

config/mpv/config

-124
This file was deleted.

config/mpv/scripts

-1
This file was deleted.

config/mpv/shaders

-1
This file was deleted.

0 commit comments

Comments
 (0)