From: Xiang, Haihao Date: Wed, 30 Nov 2011 05:00:12 +0000 (+0800) Subject: Move va_egl.h to va/ to avoid compile error X-Git-Tag: libva-1.1.0~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=085142676341c24d35d078e17cd225780b3cff90;p=platform%2Fupstream%2Flibva.git Move va_egl.h to va/ to avoid compile error Signed-off-by: Xiang, Haihao --- diff --git a/va/egl/Makefile.am b/va/egl/Makefile.am index 74f3c70..2cfdf9c 100644 --- a/va/egl/Makefile.am +++ b/va/egl/Makefile.am @@ -28,7 +28,7 @@ source_c = \ $(NULL) source_h = \ - va_egl.h \ + ../va_egl.h \ va_backend_egl.h \ $(NULL) diff --git a/va/egl/va_egl.h b/va/va_egl.h similarity index 100% rename from va/egl/va_egl.h rename to va/va_egl.h