~ubuntu-branches/ubuntu/trusty/libav/trusty

« back to all changes in this revision

Viewing changes to subdir.mak

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2011-04-19 15:04:55 UTC
  • mfrom: (1.2.1 upstream)
  • mto: (1.3.4 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20110419150455-c1nac6gjm3t2aa4n
Tags: 4:0.7~b1-1
* New upstream version
* bump SONAME and SHLIBS
* configure flags --disable-stripping was removed upstream
* the MAINTAINERS file was removed upstream
* remove patch disable-configuration-warning.patch
* drop avfilter confflags, it is enable by default in 0.7
* libfaad wrapper has been removed upstream
* also update the *contents* of the lintian overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
all-$(CONFIG_STATIC): $(SUBDIR)$(LIBNAME)
11
11
all-$(CONFIG_SHARED): $(SUBDIR)$(SLIBNAME)
12
12
 
 
13
$(SUBDIR)%-test.o: $(SUBDIR)%-test.c
 
14
        $(CC) $(CPPFLAGS) $(CFLAGS) -DTEST -c $(CC_O) $^
 
15
 
13
16
$(SUBDIR)%-test.o: $(SUBDIR)%.c
14
17
        $(CC) $(CPPFLAGS) $(CFLAGS) -DTEST -c $(CC_O) $^
15
18
 
16
 
$(SUBDIR)%-test.o: $(SUBDIR)%-test.c
17
 
        $(CC) $(CPPFLAGS) $(CFLAGS) -DTEST -c $(CC_O) $^
18
 
 
19
19
$(SUBDIR)x86/%.o: $(SUBDIR)x86/%.asm
20
20
        $(YASMDEP) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
21
21
        $(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<
60
60
install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
61
61
        $(Q)mkdir -p "$(SHLIBDIR)"
62
62
        $$(INSTALL) -m 755 $$< "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
63
 
        $$(STRIP) "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
64
63
        $(Q)cd "$(SHLIBDIR)" && \
65
64
                $(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
66
65
        $(Q)cd "$(SHLIBDIR)" && \