Changeset 3345
- Timestamp:
- 01/13/09 00:51:52 (4 years ago)
- Location:
- libpipi/trunk/examples
- Files:
-
- 1 added
- 1 edited
-
Makefile.am (modified) (2 diffs)
-
storyboard.c (added)
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/examples/Makefile.am
r2935 r3345 4 4 5 5 noinst_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram \ 6 colorstring 6 colorstring storyboard 7 7 8 8 edd_SOURCES = edd.c … … 29 29 colorstring_SOURCES = colorstring.c 30 30 colorstring_LDADD = ../pipi/libpipi.la 31 32 storyboard_SOURCES = storyboard.c 33 storyboard_LDADD = ../pipi/libpipi.la 34 storyboard_CFLAGS = `pkg-config --cflags libavformat libavcodec libswscale` 35 storyboard_LDFLAGS = `pkg-config --libs libavformat libavcodec libswscale` 36
Note: See TracChangeset
for help on using the changeset viewer.
