Added the riff code into a seperate library in /libs dir. The plugin loader also...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 19 Mar 2000 00:59:05 +0000 (00:59 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 19 Mar 2000 00:59:05 +0000 (00:59 +0000)
commit39d3ec0a0d78ffa1d05026a00d9c5a4d52cb0543
treec095f9ddfed7e2b59db51bb6e5989aed232a0380
parentbdd86b10d1a2b468662f6814c526b2d150bb0e9f
Added the riff code into a seperate library in /libs dir. The plugin loader also checks the /libs path.

Original commit message from CVS:
Added the riff code into a seperate library in /libs dir. The plugin
loader also checks the /libs path.
The avi parser now uses the riff library.
WAV is broken.
AUTHORS
configure.in
gst/gstplugin.c
libs/Makefile.am [new file with mode: 0644]
libs/riff/Makefile.am [new file with mode: 0644]
libs/riff/gstriff.c [new file with mode: 0644]
libs/riff/gstriff.h [new file with mode: 0644]
test/.gitignore
test/videotest.c