diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-01 14:43:06 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-08 08:52:30 +0100 |
commit | 0144fe69951a10587769cfc76554d5f7f473eccb (patch) | |
tree | ffa60f0f1722b91cd758e52f6a26f2fd195e2462 /libavcodec/Makefile | |
parent | 9b027c0d0794b50e3b638cca4bed925638ab68bc (diff) | |
download | ffmpeg-0144fe69951a10587769cfc76554d5f7f473eccb.tar.gz |
Remove Sun medialib glue code.
It is obscure, most likely unused and not bit-exact compared to
libavcodec due to a different IDCT transform algorithm.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6308e829f0..fbb09eefff 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -663,8 +663,6 @@ OBJS-$(CONFIG_TEXT2MOVSUB_BSF) += movsub_bsf.o OBJS-$(HAVE_PTHREADS) += pthread.o OBJS-$(HAVE_W32THREADS) += pthread.o -OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \ - # inverse.o contains the ff_inverse table definition, which is used by # the FASTDIV macro (from libavutil); since referencing the external # table has a negative effect on performance, copy it in libavcodec as @@ -696,7 +694,7 @@ HOSTPROGS = aac_tablegen aacps_tablegen cbrt_tablegen cos_tablegen \ dv_tablegen motionpixels_tablegen mpegaudio_tablegen \ pcm_tablegen qdm2_tablegen sinewin_tablegen -DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86 +DIRS = alpha arm bfin ppc ps2 sh4 sparc x86 CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF) |