Changeset 3413 for libpipi/trunk
- Timestamp:
- Mar 29, 2009, 12:26:38 AM (14 years ago)
- Location:
- libpipi/trunk/examples
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/examples/Makefile.am
r3346 r3413 4 4 5 5 noinst_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram \ 6 colorstring $( storyboard)6 colorstring $(makemovie) $(storyboard) 7 7 8 8 edd_SOURCES = edd.c … … 31 31 32 32 if USE_FFMPEG 33 makemovie = makemovie 33 34 storyboard = storyboard 34 35 endif 36 makemovie_SOURCES = makemovie.c 37 makemovie_LDADD = ../pipi/libpipi.la 38 makemovie_CFLAGS = $(LIBAVCODEC_CFLAGS) $(LIBAVFORMAT_CFLAGS) $(LIBSWSCALE_CFLAGS) 39 makemovie_LDFLAGS = $(LIBAVCODEC_LIBS) $(LIBAVFORMAT_LIBS) $(LIBSWSCALE_LIBS) 40 35 41 storyboard_SOURCES = storyboard.c 36 42 storyboard_LDADD = ../pipi/libpipi.la
Note: See TracChangeset
for help on using the changeset viewer.