[FFmpeg-devel] [PATCH] configure: cleanup unused checks for symver

2016-05-19 Thread Natanael Copa
Nothing uses symvers since commit d63443b9 (lavc: drop the av_fast_{re,m}alloc compatibility wrappers). Signed-off-by: Natanael Copa --- configure | 21 - 1 file changed, 21 deletions(-) diff --git a/configure b/configure index 2dede36..fb52482 100755 --- a/configure +++ b

[FFmpeg-devel] [PATCH v2 0/2] cleanup unused symver macro and configure check

2016-05-30 Thread Natanael Copa
. Natanael Copa (2): libavutil: cleanup unused FF_SYMVER macro configure: cleanup unused checks for symver configure| 21 - libavutil/internal.h | 28 2 files changed, 49 deletions(-) -- 2.8.3

[FFmpeg-devel] [PATCH v2 1/2] libavutil: cleanup unused FF_SYMVER macro

2016-05-30 Thread Natanael Copa
There is nothing using it since commit d63443b9 (lavc: drop the av_fast_{re,m}alloc compatibility wrappers). Signed-off-by: Natanael Copa --- libavutil/internal.h | 28 1 file changed, 28 deletions(-) diff --git a/libavutil/internal.h b/libavutil/internal.h index

[FFmpeg-devel] [PATCH v2 2/2] configure: cleanup unused checks for symver

2016-05-30 Thread Natanael Copa
Nothing uses symvers since commit d63443b9 (lavc: drop the av_fast_{re,m}alloc compatibility wrappers). Signed-off-by: Natanael Copa --- configure | 21 - 1 file changed, 21 deletions(-) diff --git a/configure b/configure index cc2c9e7..e40b90e 100755 --- a/configure +++ b