<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>gstshvideodec2.c</filename>
    </added>
    <added>
      <filename>gstshvideodec2.h</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-plugin_LTLIBRARIES = libgstshvideodec.la libgstshvideoenc.la
+plugin_LTLIBRARIES = libgstshvideodec.la libgstshvideodec2.la libgstshvideoenc.la
 
 EXTRA_DIST = \
 	depcomp autogen.sh 
@@ -6,6 +6,7 @@ EXTRA_DIST = \
 ACLOCAL_AMFLAGS = -I common/m4
 
 libgstshvideodec_la_SOURCES = gstshvideodec.c
+libgstshvideodec2_la_SOURCES = gstshvideodec2.c
 libgstshvideoenc_la_SOURCES = gstshvideoenc.c cntlfile/ControlFileUtil.c
 
 libgstshvideodec_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
@@ -16,6 +17,16 @@ libgstshvideodec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -O2 -lrt \
 	-lgstvideo-0.10 -lz -lstdc++ -lgstinterfaces-0.10 -lshcodecs
 libgstshvideodec_la_LIBTOOLFLAGS = --tag=disable-static
 
+
+libgstshvideodec2_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
+	$(LIBSHCODECS_CFLAGS)
+libgstshvideodec2_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
+        $(LIBSHCODECS_LIBS)
+libgstshvideodec2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -O2 -lrt \
+	-lgstvideo-0.10 -lz -lstdc++ -lgstinterfaces-0.10 -lshcodecs -lshveu
+libgstshvideodec2_la_LIBTOOLFLAGS = --tag=disable-static
+
+
 libgstshvideoenc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
 	$(LIBSHCODECS_CFLAGS)
 libgstshvideoenc_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -128,12 +128,21 @@ then
   AC_MSG_ERROR([libshcodecs is required])
   AC_ERROR
 fi
-
 AC_SUBST(LIBSHCODECS_CFLAGS)
 AC_SUBST(LIBSHCODECS_LIBS)
 
 AC_CHECK_LIB(shcodecs,shcodecs_decoder_set_use_physical,,AC_ERROR,&quot;-lstdc++&quot;)
 
+
+PKG_CHECK_MODULES(SHVEU, shveu &gt;= 0.5.0, HAVE_SHVEU=&quot;yes&quot;, HAVE_SHVEU=&quot;no&quot;)
+if test &quot;x$HAVE_SHVEU&quot; != &quot;xyes&quot; ; then
+  AC_MSG_ERROR([libshveu is required])
+  AC_ERROR
+fi
+AC_SUBST(SHVEU_CFLAGS)
+AC_SUBST(SHVEU_LIBS)
+
+
 dnl *** set variables based on configure arguments ***
 
 dnl set location of plugin directory</diff>
      <filename>configure.ac</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>49245ea411a992074d82c0bd9f89359986cf2e84</id>
    </parent>
  </parents>
  <author>
    <name>Phil Edworthy</name>
    <email>phil.edworthy@renesas.com</email>
  </author>
  <url>http://github.com/kfish/gst-sh-mobile/commit/72c61035a4d1ba76d9e1918d1a5260417c8cc8ba</url>
  <id>72c61035a4d1ba76d9e1918d1a5260417c8cc8ba</id>
  <committed-date>2009-07-23T22:31:59-07:00</committed-date>
  <authored-date>2009-07-23T22:30:43-07:00</authored-date>
  <message>Add gstshvideodec2.c, using libshveu

The VEU functionality built directly into the plugin.
There is one remaining problem, probably with physical/virtual addresses
for the VEU.</message>
  <tree>56fe1b4f59737ff70d084c61ec1d2bcf156f2ffe</tree>
  <committer>
    <name>Conrad Parker</name>
    <email>conrad@metadecks.org</email>
  </committer>
</commit>
