]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/Makefile
Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be
[ffmpeg] / libpostproc / Makefile
index ff15ad037943f2ae711177fec2b3147a694dbd4c..bd0b71e3d4c5b46448cff95c8e05a87ce1ac53a6 100644 (file)
@@ -1,14 +1,10 @@
+include $(SUBDIR)../config.mak
 
-include ../config.mak
-
+NAME = postproc
 FFLIBS = avutil
 
-NAME=postproc
-LIBVERSION=$(SPPVERSION)
-LIBMAJOR=$(SPPMAJOR)
-
 HEADERS = postprocess.h
 
 OBJS = postprocess.o
 
-include ../common.mak
+include $(SUBDIR)../subdir.mak