diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-02 17:02:12 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-02 17:02:12 +0800 |
commit | 9ac07d29e230c34d678126dec84550d5a31104d8 (patch) | |
tree | 1cd045fb13b0ba337bcc46d8cf800376f9689194 /Makefile.am | |
parent | 8de7d122563a41a6dec8329b67d62d078201f0bc (diff) | |
download | libva-9ac07d29e230c34d678126dec84550d5a31104d8.tar.gz |
Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 graphics
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5470b69..87fee6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AUTOMAKE_OPTIONS = foreign -SUBDIRS = src dummy_drv_video test +SUBDIRS = src dummy_drv_video test i965_drv_video pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = libva.pc |