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

This may fix compilation with libxv 1.0.4.
This commit is contained in:
Carl Eugen Hoyos 2013-10-09 15:32:21 +02:00
parent 0f322feffd
commit 3aa576513b
1 changed files with 1 additions and 1 deletions

View File

@ -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"