Skip to content

Commit

Permalink
[ffmpeg] Add GPU acceleration to hevc
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed May 14, 2015
1 parent 17bebc9 commit d11acca
Show file tree
Hide file tree
Showing 2 changed files with 23,272 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/depends/target/ffmpeg/Makefile
Expand Up @@ -4,7 +4,8 @@ DEPS= ../../Makefile.include FFMPEG-VERSION Makefile ffmpeg_Speed_up_wtv_index_c
0001-avcodec-add-libdcadec-decoder.patch 0002-avcodec-Fix-libdcadec-include-dir.patch 0003-avcodec-add-profile-define-for-DTS-Express.patch \
0001-Discard-data-before-VO-VOL-in-mpeg-4-over-mpegts.patch \
0001-libavformat-add-mvcC-handling-in-.mov-.mp4.patch \
hevcdsp_ARM_NEON_optimized_epel_functions.patch
hevcdsp_ARM_NEON_optimized_epel_functions.patch \
pfcd_hevc_optimisations.patch

# set to "yes" to enable patching
# we don't apply patches until we move to a vanilla ffmpeg tarball
Expand Down Expand Up @@ -79,6 +80,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
cd $(PLATFORM); patch -p1 < ../0001-Discard-data-before-VO-VOL-in-mpeg-4-over-mpegts.patch
cd $(PLATFORM); patch -p1 < ../0001-libavformat-add-mvcC-handling-in-.mov-.mp4.patch
cd $(PLATFORM); patch -p1 < ../hevcdsp_ARM_NEON_optimized_epel_functions.patch
cd $(PLATFORM); patch -p1 < ../pfcd_hevc_optimisations.patch

cd $(PLATFORM);\
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" \
Expand Down

0 comments on commit d11acca

Please sign in to comment.