Skip to content

Commit

Permalink
Revert "[ffmpeg] Add MVC support from Koying"
Browse files Browse the repository at this point in the history
This reverts commit ee4d04b.
  • Loading branch information
popcornmix committed May 29, 2015
1 parent f823600 commit 01e3ce4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
4 changes: 1 addition & 3 deletions tools/depends/target/ffmpeg/Makefile
Expand Up @@ -5,8 +5,7 @@ DEPS= ../../Makefile.include FFMPEG-VERSION Makefile ffmpeg_Speed_up_wtv_index_c
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 \
pfcd_hevc_optimisations.patch \
add_h264_MVC_support.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 @@ -86,7 +85,6 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
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); patch -p1 < ../add_h264_MVC_support.patch

cd $(PLATFORM);\
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" \
Expand Down
82 changes: 0 additions & 82 deletions tools/depends/target/ffmpeg/add_h264_MVC_support.patch

This file was deleted.

0 comments on commit 01e3ce4

Please sign in to comment.