summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-29 14:35:20 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-29 14:35:20 +0000
commit43a0cb7ca290f71b55d99e0bfa5232a3f58dad24 (patch)
treea31ad07fe6801f91953032af98a6ee4224fc96ee /libavcodec/Makefile
parent7c17abaf9de53a0ccb0a2f5cc158f9881e024acc (diff)
downloadffmpeg-streaming-43a0cb7ca290f71b55d99e0bfa5232a3f58dad24.zip
ffmpeg-streaming-43a0cb7ca290f71b55d99e0bfa5232a3f58dad24.tar.gz
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
suffix for all example files instead of doing this in individual Makefiles. Originally committed as revision 18217 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 c1926c7..d26a5cf 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -531,7 +531,7 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
sparc/simple_idct_vis.o \
-EXAMPLES = api-example$(EXESUF)
+EXAMPLES = api
TESTPROGS = cabac dct eval fft h264 rangecoder snow
TESTPROGS-$(ARCH_X86) += x86/cpuid
OpenPOWER on IntegriCloud