From 81bbce9cf304c93f325b0672b51d65a282c6581f Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sat, 22 Sep 2012 09:56:33 +0200 Subject: Move xGA font data from lavc to lavu. This needs to be accessible for libavfilter in the next commit. --- libavutil/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/Makefile') 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 -- cgit v1.2.3