diff Makefile @ 678:bcd0e6fe83d8 libavutil

add ff_random_get_seed to be used in conjunction with random functions
author bcoudurier
date Sun, 08 Mar 2009 01:28:14 +0000
parents e847c4a1d29a
children 79f4e9cc2e07
line wrap: on
line diff
--- a/Makefile	Sun Mar 08 00:45:45 2009 +0000
+++ b/Makefile	Sun Mar 08 01:28:14 2009 +0000
@@ -36,6 +36,7 @@
        md5.o                                                            \
        mem.o                                                            \
        random.o                                                         \
+       random_seed.o                                                    \
        rational.o                                                       \
        rc4.o                                                            \
        sha1.o                                                           \