mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
configure: improve check for H.264 codecparser.
This commit is contained in:
parent
9bf1ae04cc
commit
127f544fbb
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ AC_CACHE_CHECK([for H.264 parser],
|
|||
[[#include <gst/codecparsers/gsth264parser.h>]],
|
||||
[[GstH264SliceHdr slice_hdr;
|
||||
GstH264VUIParams vui_params;
|
||||
GstH264Profile profile = GST_H264_PROFILE_HIGH;
|
||||
slice_hdr.n_emulation_prevention_bytes = 0;
|
||||
vui_params.par_n = 0;
|
||||
vui_params.par_d = 0;]])],
|
||||
|
|
Loading…
Reference in a new issue