Skip to content

Commit

Permalink
Initial commit, a little late on the development.
Browse files Browse the repository at this point in the history
  • Loading branch information
samkpo committed Jan 29, 2015
0 parents commit 130dc6f
Show file tree
Hide file tree
Showing 133 changed files with 27,068 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build/
Makefile
qiviewer.pro.user*
.directory
icons/.directory
translations/.directory
14 changes: 14 additions & 0 deletions 3rdparty/webp/dec/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
AM_CPPFLAGS = -I$(top_builddir)/src

libwebpdecode_la_SOURCES = bits.h vp8i.h yuv.h bits.c dsp.c frame.c \
quant.c tree.c vp8.c webp.c yuv.c
libwebpdecode_la_LDFLAGS = -version-info 0:0:0
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h ../webp/types.h
libwebpdecodeincludedir = $(includedir)/webp

noinst_HEADERS = bits.h vp8i.h yuv.h

noinst_LTLIBRARIES = libwebpdecode.la
# uncomment the following line (and comment the above) if you want
# to install libwebpdecode library.
#lib_LTLIBRARIES = libwebpdecode.la
Loading

0 comments on commit 130dc6f

Please sign in to comment.