Changeset 2890 for trunk/src/objects


Ignore:
Timestamp:
Mar 27, 2012, 11:47:22 PM (13 years ago)
Author:
gah
Message:

created video package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/objects/Makefile.in

    r1931 r2890  
    112112                RpObject.o
    113113
    114 ifeq ($(FFMPEG),yes)
    115   # since ffmpeg libraries are available,
    116   # include them in compilation
    117   LIBS += -lavcodec -lavformat -lswscale
    118   HEADERS += RpVideo.h
    119   OBJS += RpVideo.o
    120 endif
    121 
    122 
    123114name        = RpObjects
    124115lib         = lib$(name).a
Note: See TracChangeset for help on using the changeset viewer.