comparison Makefile @ 16201:ca701176fe03

libavutil should be be in "PARTS" so that 'make distclean' cleans that directory too. A cup of coffee to beastd for forgetting it :) Patch idea by Steven Schultz
author gpoirier
date Thu, 11 Aug 2005 22:30:05 +0000
parents a9f7eff9e437
children 578e8b4c3e7f
comparison
equal deleted inserted replaced
16200:bb505841be0a 16201:ca701176fe03
154 CODEC_LIBS += $(FAAC_LIB) 154 CODEC_LIBS += $(FAAC_LIB)
155 endif 155 endif
156 156
157 PARTS = libmpdemux \ 157 PARTS = libmpdemux \
158 libmpcodecs \ 158 libmpcodecs \
159 libavutil \
159 libavcodec \ 160 libavcodec \
160 libavformat \ 161 libavformat \
161 libao2 \ 162 libao2 \
162 osdep \ 163 osdep \
163 postproc \ 164 postproc \