Changeset 3518
- Timestamp:
- May 25, 2009, 2:16:32 AM (14 years ago)
- Location:
- libpipi/trunk/examples
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/examples/.gitignore
r3347 r3518 5 5 histogram 6 6 img2rubik 7 img2twit 7 8 line 9 makemovie 8 10 sharpen 9 11 storyboard -
libpipi/trunk/examples/Makefile.am
r3413 r3518 4 4 5 5 noinst_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram \ 6 colorstring $(makemovie) $(storyboard)6 colorstring img2twit $(makemovie) $(storyboard) $(img2twit) 7 7 8 8 edd_SOURCES = edd.c … … 34 34 storyboard = storyboard 35 35 endif 36 36 37 makemovie_SOURCES = makemovie.c 37 38 makemovie_LDADD = ../pipi/libpipi.la … … 44 45 storyboard_LDFLAGS = $(LIBAVCODEC_LIBS) $(LIBAVFORMAT_LIBS) $(LIBSWSCALE_LIBS) 45 46 47 if USE_CGAL 48 img2twit = img2twit 49 endif 50 51 img2twit_SOURCES = img2twit.cpp 52 img2twit_LDADD = ../pipi/libpipi.la 53 img2twit_CXXFLAGS = -frounding-math 54 img2twit_LDFLAGS = -lCGAL 55
Note: See TracChangeset
for help on using the changeset viewer.