mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
tests: fix compilation
https://bugzilla.gnome.org/show_bug.cgi?id=797204
This commit is contained in:
parent
00f5fe9ccf
commit
fbc5ed1651
2 changed files with 2 additions and 3 deletions
|
@ -20,8 +20,7 @@
|
|||
*/
|
||||
|
||||
#include "y4mreader.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
/* format documentation:
|
||||
* http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 */
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <glib.h>
|
||||
#include <gst/gst.h>
|
||||
#include <stdio.h>
|
||||
#include <gst/vaapi/gstvaapiimage.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue