Commit 3aa57651 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavd/xv.c: Include XShm.h before Xvlib.h.

This may fix compilation with libxv 1.0.4.
parent 0f322fef
......@@ -29,8 +29,8 @@
#include <X11/Xlib.h>
#include <X11/extensions/Xv.h>
#include <X11/extensions/Xvlib.h>
#include <X11/extensions/XShm.h>
#include <X11/extensions/Xvlib.h>
#include <sys/shm.h>
#include "libavutil/opt.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment