summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-03 22:59:12 +0100
committerwm4 <wm4@nowhere>2014-12-03 23:01:20 +0100
commit185e95ee3d4436e03255759495d783a944e6dfbb (patch)
tree0372a4e7905eba258d0f7d257d963deea7904757 /old-configure
parent809936fdb93a5375699a7ba4be1e08acdf5e5645 (diff)
downloadmpv-185e95ee3d4436e03255759495d783a944e6dfbb.tar.bz2
mpv-185e95ee3d4436e03255759495d783a944e6dfbb.tar.xz
video: remove internal QP passing
This was required by vf_pp, which was just removed. vf_dlopen has this stuff in its API. This API is considered stable, so the related fields are not removed from it. But the fields are always 0 now, so there's no point in keeping the example program around. vf_pullup.c did some extremely awkward passthrough of this information, but didn't actually use it.
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure6
1 files changed, 0 insertions, 6 deletions
diff --git a/old-configure b/old-configure
index 91f83da2f9..6d00ff4946 100755
--- a/old-configure
+++ b/old-configure
@@ -821,12 +821,6 @@ api_statement_check \
'enum AVFrameSideDataType type = AV_FRAME_DATA_SKIP_SAMPLES'
api_statement_check \
- "libavutil QP API" \
- HAVE_AVUTIL_QP_API \
- libavutil/frame.h \
- 'av_frame_get_qp_table(NULL, NULL, NULL)'
-
-api_statement_check \
"libavcodec av_vdpau_alloc_context()" \
HAVE_AVCODEC_VDPAU_ALLOC_CONTEXT \
libavcodec/vdpau.h \