Browse Source

Merge commit '932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a'

* commit '932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a':
  vdpau: Do not #include vdpau_x11.h from the main vdpau header

Merged-by: Clément Bœsch <u@pkh.me>
tags/n3.4
Clément Bœsch 8 years ago
parent
commit
d40e181bec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vdpau.h

+ 1
- 1
libavcodec/vdpau.h View File

@@ -50,7 +50,7 @@
*/

#include <vdpau/vdpau.h>
#include <vdpau/vdpau_x11.h>
#include "libavutil/avconfig.h"
#include "libavutil/attributes.h"



Loading…
Cancel
Save