aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-10-28 06:41:58 +0000
committerDiego Biurrun <diego@biurrun.de>2009-10-28 06:41:58 +0000
commit638783bf8155d1d4a901646ce836aeed14227824 (patch)
treec9eec71479d39b91a9520c9e2da1f23f4d8159b2 /libavcodec/Makefile
parent318888f8082b9d388fa69632f0cb034cde4d34d1 (diff)
downloadffmpeg-638783bf8155d1d4a901646ce836aeed14227824.tar.gz
Split PAM encoder off into its own file.
Originally committed as revision 20395 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 26ff51b9f8..e5fecbc809 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -221,7 +221,7 @@ OBJS-$(CONFIG_NELLYMOSER_DECODER) += nellymoserdec.o nellymoser.o
OBJS-$(CONFIG_NELLYMOSER_ENCODER) += nellymoserenc.o nellymoser.o
OBJS-$(CONFIG_NUV_DECODER) += nuv.o rtjpeg.o
OBJS-$(CONFIG_PAM_DECODER) += pnmdec.o pnm.o
-OBJS-$(CONFIG_PAM_ENCODER) += pnmenc.o pnm.o
+OBJS-$(CONFIG_PAM_ENCODER) += pamenc.o pnm.o
OBJS-$(CONFIG_PBM_DECODER) += pnmdec.o pnm.o
OBJS-$(CONFIG_PBM_ENCODER) += pnmenc.o pnm.o
OBJS-$(CONFIG_PCX_DECODER) += pcx.o