view Makefile @ 265:e9dcd3be3f67 libavutil

get_packetheader() forgot to read the header_checksum in big packets patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits)
author lu_zero
date Wed, 28 Feb 2007 03:28:31 +0000
parents dc2d5139af95
children
line wrap: on
line source

include ../config.mak

OBJS= mathematics.o \
      rational.o \
      intfloat_readwrite.o \
      crc.o \
      md5.o \
      lls.o \
      adler32.o \
      log.o \
      mem.o \
      fifo.o \
      tree.o \
      lzo.o \
      random.o \
      aes.o \
      base64.o \

HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
          intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
          random.h base64.h

NAME=avutil
LIBVERSION=$(LAVUVERSION)
LIBMAJOR=$(LAVUMAJOR)

include ../common.mak