Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Makefile: move inline patch outside of makefile. - add a PATCH comman…
…d to Makefile.static - move patch to dedicated support/patches folder
- Loading branch information
Showing
3 changed files
with
45 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| diff -urN ../ffmpeg-2.8.2.orig/libavcodec/libvpxenc.c ./libavcodec/libvpxenc.c | ||
| --- ../ffmpeg-2.8.2.orig/libavcodec/libvpxenc.c 2015-09-09 03:17:45.000000000 +0200 | ||
| +++ ./libavcodec/libvpxenc.c 2016-02-02 11:44:29.452988350 +0100 | ||
| @@ -104,19 +104,11 @@ | ||
|
|
||
| /** String mappings for enum vp8e_enc_control_id */ | ||
| static const char *const ctlidstr[] = { | ||
| - [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", | ||
| - [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", | ||
| - [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", | ||
| - [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", | ||
| - [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", | ||
| - [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", | ||
| [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", | ||
| [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", | ||
| [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", | ||
| - [VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", | ||
| [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", | ||
| [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", | ||
| - [VP8E_GET_LAST_QUANTIZER] = "VP8E_GET_LAST_QUANTIZER", | ||
| [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES", | ||
| [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", | ||
| [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", |