mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-15 18:55:19 +00:00
jpeg: fix configure check for VA/JPEG decoding API.
This commit is contained in:
parent
06be1afea6
commit
c7587e87dd
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ AC_CACHE_CHECK([for JPEG decoding API],
|
|||
LIBS="$CFLAGS $LIBVA_LIBS"
|
||||
AC_TRY_COMPILE(
|
||||
[#include <va/va.h>
|
||||
#include <va/va_dec_jpeg.h>]
|
||||
#include <va/va_dec_jpeg.h>],
|
||||
[VAPictureParameterBufferJPEG pic_param;
|
||||
VASliceParameterBufferJPEG slice_param;
|
||||
VAHuffmanTableBufferJPEG huffman_table;
|
||||
|
|
Loading…
Reference in a new issue