view Makefile @ 4:a821459410ee libavcore

Make VideoFrameRateAbbr contain a rational rather than two ints for num and den. Simplify.
author stefano
date Mon, 26 Jul 2010 23:12:45 +0000
parents d2641c727ec5
children a5655c1f889e
line wrap: on
line source

include $(SUBDIR)../config.mak

NAME = avcore

HEADERS = avcore.h                                                      \
          parseutils.h                                                  \

OBJS = parseutils.o                                                     \
       utils.o                                                          \

include $(SUBDIR)../subdir.mak