move the decoder sourcetree to a sub-location src/dec

to make room for future libs sources

also extract the types declaration into its own types.h file

Change-Id: I8bae8a323a479a29375cf509792228ae6af51c7a
This commit is contained in:
Pascal Massimino
2011-01-06 07:25:43 -08:00
parent a9b3eab6fd
commit 6421a7a4fb
22 changed files with 17747 additions and 23160 deletions

View File

@ -1,6 +1,7 @@
AC_INIT([webpdecode], [0.1])
AM_INIT_AUTOMAKE
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile examples/Makefile src/Makefile])
AC_OUTPUT