diff options
Diffstat (limited to 'src/ffmpeg.mk')
-rw-r--r-- | src/ffmpeg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk index 2757c6b..e0100ed 100644 --- a/src/ffmpeg.mk +++ b/src/ffmpeg.mk @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := f3443e20154a590ab8a9eef7bc951e8731425efc75b44ff4bee31d8a7a574 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := https://ffmpeg.org/releases/$($(PKG)_FILE) -$(PKG)_DEPS := gcc bzip2 gnutls lame libass libbluray libbs2b libcaca \ +$(PKG)_DEPS := cc bzip2 gnutls lame libass libbluray libbs2b libcaca \ libvpx opencore-amr opus sdl speex theora vidstab \ vo-amrwbenc vorbis x264 xvidcore yasm zlib |