Changeset 3345


Ignore:
Timestamp:
01/13/09 00:51:52 (4 years ago)
Author:
sam
Message:

Added a movie thumbnailer (storyboard generator) using libavcodec.

Location:
libpipi/trunk/examples
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/examples/Makefile.am

    r2935 r3345  
    44 
    55noinst_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram \ 
    6         colorstring 
     6        colorstring storyboard 
    77 
    88edd_SOURCES = edd.c 
     
    2929colorstring_SOURCES = colorstring.c 
    3030colorstring_LDADD = ../pipi/libpipi.la 
     31 
     32storyboard_SOURCES = storyboard.c 
     33storyboard_LDADD = ../pipi/libpipi.la 
     34storyboard_CFLAGS = `pkg-config --cflags libavformat libavcodec libswscale` 
     35storyboard_LDFLAGS = `pkg-config --libs libavformat libavcodec libswscale` 
     36 
Note: See TracChangeset for help on using the changeset viewer.