Move the app library to gst-libs/gst/app (duh!)
authorDavid Schleef <ds@schleef.org>
Sat, 3 Mar 2007 08:16:57 +0000 (08:16 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 3 Mar 2007 08:16:57 +0000 (08:16 +0000)
commit2164be520c85395988a5954978e9150ba8a9d1b4
tree5211f2706b718d6ef4c006d9daa207be3d954660
parentc73e88a6a16833c3428e92734278b8303a6cb6fa
Move the app library to gst-libs/gst/app (duh!)

Original commit message from CVS:
* Makefile.am:
* configure.ac:
* ext/Makefile.am:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/app/gstapp.c:
* gst-libs/gst/app/gstappsrc.c:
* gst-libs/gst/app/gstappsrc.h:
* gst/app/Makefile.am:
* gst/app/gstapp.c:
* gst/app/gstappsrc.c:
* gst/app/gstappsrc.h:
Move the app library to gst-libs/gst/app (duh!)
gst-libs/gst/app/Makefile.am [new file with mode: 0644]
gst-libs/gst/app/gstapp.c [new file with mode: 0644]
gst-libs/gst/app/gstappsrc.c [moved from gst/app/gstappsrc.c with 100% similarity]
gst-libs/gst/app/gstappsrc.h [moved from gst/app/gstappsrc.h with 100% similarity]
gst/app/Makefile.am
gst/app/gstapp.c