Skip to content

Commit

Permalink
add openh264 option ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathan-becker committed Oct 14, 2024
1 parent dd1cfac commit 2949391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-ffmpeg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-aom"
$([[ "${CARCH}" == "i686" ]] || echo "${MINGW_PACKAGE_PREFIX}-liblc3")
"${MINGW_PACKAGE_PREFIX}-vid.stab"
"${MINGW_PACKAGE_PREFIX}-vulkan"
"${MINGW_PACKAGE_PREFIX}-libx264"
$([[ "${use_openh264}" == true ]] && echo "${MINGW_PACKAGE_PREFIX}-openh264" || echo "${MINGW_PACKAGE_PREFIX}-libx264")
"${MINGW_PACKAGE_PREFIX}-x265"
"${MINGW_PACKAGE_PREFIX}-xvidcore"
"${MINGW_PACKAGE_PREFIX}-zimg"
Expand All @@ -79,7 +79,7 @@ source=(https://ffmpeg.org/releases/${_realname}-${pkgver}.tar.xz{,.asc}
"pathtools.c"
"pathtools.h"
"0005-Win32-Add-path-relocation-to-frei0r-plugins-search.patch")
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
#validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
sha256sums=('40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6'
'SKIP'
'ebf471173f5ee9c4416c10a78760cea8afaf1a4a6e653977321e8547ce7bf3c0'
Expand Down Expand Up @@ -150,7 +150,7 @@ build() {
--enable-libtheora
--enable-libvidstab
--enable-libvorbis
--enable-libx264
$([[ "${use_openh264}" == true ]] && echo --enable-libopenh264 || echo --enable-libx264)
--enable-libx265
--enable-libxvid
--enable-libvpx
Expand Down

0 comments on commit 2949391

Please sign in to comment.