add tool to convert 32bit argb into jpg+png. we still need enigma support to load...
[vuplus_dvbapp] / tools / Makefile.am
1 libopen: 
2         $(CXX) -Wall -W libopen.c -O2 -nostartfiles -shared -fPIC -Wl,-soname,libopen.so.0 -o libopen.so.0.0 -ldl
3
4 all: libopen
5
6 install: all
7         $(INSTALL) libopen.so.0.0 $(DESTDIR)/usr/lib