diff Makefile @ 0:a644213e4818 libavcore

Add libavcore. The new library is meant to contain the core multimedia utilities for FFmpeg, to make them shareable between more libav* libraries. See thread: Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils Date: Fri, 9 Jul 2010 01:07:40 +0200
author stefano
date Wed, 21 Jul 2010 18:28:42 +0000
parents
children d2641c727ec5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Wed Jul 21 18:28:42 2010 +0000
@@ -0,0 +1,9 @@
+include $(SUBDIR)../config.mak
+
+NAME = avcore
+
+HEADERS = avcore.h                                                      \
+
+OBJS = utils.o                                                          \
+
+include $(SUBDIR)../subdir.mak