diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-15 15:50:29 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-02-16 21:37:21 +0100 |
commit | b339182eba34f28de5f1a477cdd2c84f1ef35d90 (patch) | |
tree | e284b1348b4775bef096a807277606ffca6b325b /common.mak | |
parent | 77fbc032655534ab82627c982192323f2e0d5f18 (diff) | |
download | ffmpeg-b339182eba34f28de5f1a477cdd2c84f1ef35d90.tar.gz |
Move all example programs to doc/examples
Also drop support for building examples in library directories.
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mak b/common.mak index 6836c11241..ade9376191 100644 --- a/common.mak +++ b/common.mak @@ -14,7 +14,6 @@ TESTPROGS += $(TESTPROGS-yes) LDLIBS = $(FFLIBS:%=%$(BUILDSUF)) FFEXTRALIBS := $(LDLIBS:%=$(LD_LIB)) $(EXTRALIBS) -EXAMPLES := $(EXAMPLES:%=$(SUBDIR)%-example$(EXESUF)) OBJS := $(sort $(OBJS:%=$(SUBDIR)%)) TESTOBJS := $(TESTOBJS:%=$(SUBDIR)%) $(TESTPROGS:%=$(SUBDIR)%-test.o) TESTPROGS := $(TESTPROGS:%=$(SUBDIR)%-test$(EXESUF)) |