summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-09-22 09:56:33 +0200
committerClément Bœsch <ubitux@gmail.com>2012-10-01 22:24:17 +0200
commit81bbce9cf304c93f325b0672b51d65a282c6581f (patch)
treeb02cef181739806e4eeb15e872ad85cc1e3f36e7 /libavutil/Makefile
parentc39916bc2f43eed86f9822b7d6802b8a4f2a86c8 (diff)
Move xGA font data from lavc to lavu.
This needs to be accessible for libavfilter in the next commit.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 18a5a63557..318f746446 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -92,6 +92,7 @@ OBJS = adler32.o \
timecode.o \
tree.o \
utils.o \
+ xga_font_data.o \
xtea.o \
OBJS-$(HAVE_BROKEN_SNPRINTF) += ../compat/msvcrt/snprintf.o