~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to common.mak

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-02-17 22:07:03 UTC
  • mfrom: (1.1.25)
  • Revision ID: package-import@ubuntu.com-20140217220703-51bpzx0ln1d961vs
Tags: 6:10~beta1-2
* New Upstream release 10_beta1. This upstream git snapshot has too many
  changes to list here, cf. to the upstream Changelog:
  http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10_beta1
  - works with H.264 that has different bit depth between chroma and luma,
    Closes: #738599
* Bump shlibs

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
LDLIBS       = $(FFLIBS:%=%$(BUILDSUF))
15
15
FFEXTRALIBS := $(LDLIBS:%=$(LD_LIB)) $(EXTRALIBS)
16
16
 
17
 
EXAMPLES  := $(EXAMPLES:%=$(SUBDIR)%-example$(EXESUF))
18
17
OBJS      := $(sort $(OBJS:%=$(SUBDIR)%))
19
18
TESTOBJS  := $(TESTOBJS:%=$(SUBDIR)%) $(TESTPROGS:%=$(SUBDIR)%-test.o)
20
19
TESTPROGS := $(TESTPROGS:%=$(SUBDIR)%-test$(EXESUF))