You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
715B

  1. include ../config.mak
  2. OBJS = adler32.o \
  3. aes.o \
  4. base64.o \
  5. crc.o \
  6. intfloat_readwrite.o \
  7. fifo.o \
  8. lls.o \
  9. log.o \
  10. lzo.o \
  11. mathematics.o \
  12. md5.o \
  13. mem.o \
  14. random.o \
  15. rational.o \
  16. string.o \
  17. tree.o \
  18. HEADERS = adler32.h \
  19. avstring.h \
  20. avutil.h \
  21. base64.h \
  22. common.h \
  23. fifo.h \
  24. integer.h \
  25. intfloat_readwrite.h \
  26. log.h \
  27. lzo.h \
  28. mathematics.h \
  29. md5.h \
  30. mem.h \
  31. random.h \
  32. rational.h \
  33. NAME=avutil
  34. LIBVERSION=$(LAVUVERSION)
  35. LIBMAJOR=$(LAVUMAJOR)
  36. include ../common.mak