diff Makefile @ 406:aedb9d18c7cf libavutil

Provide sha1 to outside applications Patch from Diego Petten flameeyesATgmailDOTcom
author lu_zero
date Wed, 12 Dec 2007 20:58:41 +0000
parents df047574d017
children fc19d0d355ad
line wrap: on
line diff
--- a/Makefile	Sat Nov 24 10:08:02 2007 +0000
+++ b/Makefile	Wed Dec 12 20:58:41 2007 +0000
@@ -16,6 +16,7 @@
        random.o \
        rational.o \
        rc4.o \
+       sha1.o \
        string.o \
        tree.o \
 
@@ -34,6 +35,7 @@
           mem.h \
           random.h \
           rational.h \
+          sha1.h
 
 NAME=avutil
 LIBVERSION=$(LAVUVERSION)