Browse Source

libvlc: move patches to a different places as they are no longer specific to MVK

Felix Paul Kühne 6 years ago
parent
commit
9a5d53ecc5
27 changed files with 2 additions and 2 deletions
  1. 2 2
      compileAndBuildVLCKit.sh
  2. 0 0
      libvlc/patches/0001-arm_neon-work-around-libtool-issue.patch
  3. 0 0
      libvlc/patches/0002-disable-neon-volume-plugin.patch
  4. 0 0
      libvlc/patches/0003-Enable-System-DL.patch
  5. 0 0
      libvlc/patches/0004-http-add-vlc_http_cookies_clear.patch
  6. 0 0
      libvlc/patches/0005-libvlc_media-add-cookie_jar-API.patch
  7. 0 0
      libvlc/patches/0006-contrib-gcrypt-work-around-a-libtool-limitation.patch
  8. 0 0
      libvlc/patches/0007-contrib-gcrypt-fix-tvOS-compilation.patch
  9. 0 0
      libvlc/patches/0008-contrib-gcrypt-update-patches.patch
  10. 0 0
      libvlc/patches/0009-Replace-thread-local-with-pthread-TSD.patch
  11. 0 0
      libvlc/patches/0010-contrib-use-live555-version-that-is-compatible-with-.patch
  12. 0 0
      libvlc/patches/0011-libvlc-add-a-basic-API-to-change-freetype-s-color-bo.patch
  13. 0 0
      libvlc/patches/0012-Work-around-lack-of-__thread-storage-qualifier-on-ol.patch
  14. 0 0
      libvlc/patches/0013-modules-common-Use-the-full-module-name-as-MODULE_NA.patch
  15. 0 0
      libvlc/patches/0014-add-auto-deinterlacer-mode-which-is-also-valid.patch
  16. 0 0
      libvlc/patches/0015-Users-will-be-able-to-change-the-deinterlace-mode-wi.patch
  17. 0 0
      libvlc/patches/0016-contrib-ffmpeg-enable-videotoolbox-encoder.patch
  18. 0 0
      libvlc/patches/0017-chromecast-use-vt-encoder-from-avcodec.patch
  19. 0 0
      libvlc/patches/0018-ffmpeg-backport-vtenc-patches.patch
  20. 0 0
      libvlc/patches/0019-core-expose-config_AutoSaveConfigFile.patch
  21. 0 0
      libvlc/patches/0020-lib-save-configuration-after-playback-parse.patch
  22. 0 0
      libvlc/patches/0021-http-access-retain-auth-struct-for-the-runtime-of-th.patch
  23. 0 0
      libvlc/patches/0022-libvlc-media_player-Add-record-method.patch
  24. 0 0
      libvlc/patches/0023-libvlc-events-Add-callbacks-for-record.patch
  25. 0 0
      libvlc/patches/0024-access_output-file-Add-error-dialog-for-write-open.patch
  26. 0 0
      libvlc/patches/0025-transcode-add-support-for-mutliple-venc-parameters.patch
  27. 0 0
      libvlc/patches/0026-access-add-smb2-module.patch

+ 2 - 2
compileAndBuildVLCKit.sh

@@ -1054,7 +1054,7 @@ if [ "$VLCROOT" = "" ]; then
             cd vlc
             git checkout -B localBranch ${TESTEDHASH}
             git branch --set-upstream-to=origin/master localBranch
-            git am ${ROOT_DIR}/Resources/MobileVLCKit/patches/*.patch
+            git am ${ROOT_DIR}/libvlc/patches/*.patch
             if [ $? -ne 0 ]; then
                 git am --abort
                 info "Applying the patches failed, aborting git-am"
@@ -1065,7 +1065,7 @@ if [ "$VLCROOT" = "" ]; then
             cd vlc
             git fetch --all
             git reset --hard ${TESTEDHASH}
-            git am ${ROOT_DIR}/Resources/MobileVLCKit/patches/*.patch
+            git am ${ROOT_DIR}/libvlc/patches/*.patch
             cd ..
         fi
     fi

Resources/MobileVLCKit/patches/0001-arm_neon-work-around-libtool-issue.patch → libvlc/patches/0001-arm_neon-work-around-libtool-issue.patch


Resources/MobileVLCKit/patches/0002-disable-neon-volume-plugin.patch → libvlc/patches/0002-disable-neon-volume-plugin.patch


Resources/MobileVLCKit/patches/0003-Enable-System-DL.patch → libvlc/patches/0003-Enable-System-DL.patch


Resources/MobileVLCKit/patches/0004-http-add-vlc_http_cookies_clear.patch → libvlc/patches/0004-http-add-vlc_http_cookies_clear.patch



Resources/MobileVLCKit/patches/0006-contrib-gcrypt-work-around-a-libtool-limitation.patch → libvlc/patches/0006-contrib-gcrypt-work-around-a-libtool-limitation.patch


Resources/MobileVLCKit/patches/0007-contrib-gcrypt-fix-tvOS-compilation.patch → libvlc/patches/0007-contrib-gcrypt-fix-tvOS-compilation.patch


Resources/MobileVLCKit/patches/0008-contrib-gcrypt-update-patches.patch → libvlc/patches/0008-contrib-gcrypt-update-patches.patch


Resources/MobileVLCKit/patches/0009-Replace-thread-local-with-pthread-TSD.patch → libvlc/patches/0009-Replace-thread-local-with-pthread-TSD.patch


Resources/MobileVLCKit/patches/0010-contrib-use-live555-version-that-is-compatible-with-.patch → libvlc/patches/0010-contrib-use-live555-version-that-is-compatible-with-.patch


Resources/MobileVLCKit/patches/0011-libvlc-add-a-basic-API-to-change-freetype-s-color-bo.patch → libvlc/patches/0011-libvlc-add-a-basic-API-to-change-freetype-s-color-bo.patch


Resources/MobileVLCKit/patches/0012-Work-around-lack-of-__thread-storage-qualifier-on-ol.patch → libvlc/patches/0012-Work-around-lack-of-__thread-storage-qualifier-on-ol.patch


Resources/MobileVLCKit/patches/0013-modules-common-Use-the-full-module-name-as-MODULE_NA.patch → libvlc/patches/0013-modules-common-Use-the-full-module-name-as-MODULE_NA.patch


Resources/MobileVLCKit/patches/0014-add-auto-deinterlacer-mode-which-is-also-valid.patch → libvlc/patches/0014-add-auto-deinterlacer-mode-which-is-also-valid.patch


Resources/MobileVLCKit/patches/0015-Users-will-be-able-to-change-the-deinterlace-mode-wi.patch → libvlc/patches/0015-Users-will-be-able-to-change-the-deinterlace-mode-wi.patch


Resources/MobileVLCKit/patches/0016-contrib-ffmpeg-enable-videotoolbox-encoder.patch → libvlc/patches/0016-contrib-ffmpeg-enable-videotoolbox-encoder.patch


Resources/MobileVLCKit/patches/0017-chromecast-use-vt-encoder-from-avcodec.patch → libvlc/patches/0017-chromecast-use-vt-encoder-from-avcodec.patch


Resources/MobileVLCKit/patches/0018-ffmpeg-backport-vtenc-patches.patch → libvlc/patches/0018-ffmpeg-backport-vtenc-patches.patch


Resources/MobileVLCKit/patches/0019-core-expose-config_AutoSaveConfigFile.patch → libvlc/patches/0019-core-expose-config_AutoSaveConfigFile.patch


Resources/MobileVLCKit/patches/0020-lib-save-configuration-after-playback-parse.patch → libvlc/patches/0020-lib-save-configuration-after-playback-parse.patch


Resources/MobileVLCKit/patches/0021-http-access-retain-auth-struct-for-the-runtime-of-th.patch → libvlc/patches/0021-http-access-retain-auth-struct-for-the-runtime-of-th.patch


Resources/MobileVLCKit/patches/0022-libvlc-media_player-Add-record-method.patch → libvlc/patches/0022-libvlc-media_player-Add-record-method.patch


Resources/MobileVLCKit/patches/0023-libvlc-events-Add-callbacks-for-record.patch → libvlc/patches/0023-libvlc-events-Add-callbacks-for-record.patch


Resources/MobileVLCKit/patches/0024-access_output-file-Add-error-dialog-for-write-open.patch → libvlc/patches/0024-access_output-file-Add-error-dialog-for-write-open.patch


Resources/MobileVLCKit/patches/0025-transcode-add-support-for-mutliple-venc-parameters.patch → libvlc/patches/0025-transcode-add-support-for-mutliple-venc-parameters.patch


Resources/MobileVLCKit/patches/0026-access-add-smb2-module.patch → libvlc/patches/0026-access-add-smb2-module.patch