~ubuntu-branches/ubuntu/precise/vlc/precise-proposed

« back to all changes in this revision

Viewing changes to modules/demux/avformat/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-07-24 00:44:39 UTC
  • mfrom: (1.4.4) (3.5.43 sid)
  • Revision ID: package-import@ubuntu.com-20120724004439-xjjt4fdv8fgqe0n4
Tags: 2.0.3-0ubuntu0.12.04.1
* New bug-fixing upstream release (LP: #1025713).
* SECURITY UPDATE: Heap-based buffer overflow in the Ogg_DecodePacket function
  in the OGG demuxer (modules/demux/ogg.c) in VideoLAN VLC media player before
  2.0.2 allows remote attackers to cause a denial of service (application
  crash) and possibly execute arbitrary code via a crafted OGG file.
  - CVE-2012-3377

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
26
26
# Authors: Sam Hocevar <sam@zoy.org>
27
27
 
28
28
VPATH = @srcdir@
 
29
am__make_dryrun = \
 
30
  { \
 
31
    am__dry=no; \
 
32
    case $$MAKEFLAGS in \
 
33
      *\\[\ \   ]*) \
 
34
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
35
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
36
      *) \
 
37
        for am__flg in $$MAKEFLAGS; do \
 
38
          case $$am__flg in \
 
39
            *=*|--*) ;; \
 
40
            *n*) am__dry=yes; break;; \
 
41
          esac; \
 
42
        done;; \
 
43
    esac; \
 
44
    test $$am__dry = yes; \
 
45
  }
29
46
pkgdatadir = $(datadir)/@PACKAGE@
30
47
pkgincludedir = $(includedir)/@PACKAGE@
31
48
pkglibdir = $(libdir)/@PACKAGE@
149
166
        $(nodist_libavformat_plugin_la_SOURCES)
150
167
DIST_SOURCES = $(am__libavformat_plugin_la_SOURCES_DIST) \
151
168
        $(EXTRA_libavformat_plugin_la_SOURCES)
 
169
am__can_run_installinfo = \
 
170
  case $$AM_UPDATE_INFO_DIR in \
 
171
    n|no|NO) false;; \
 
172
    *) (install-info --version) >/dev/null 2>&1;; \
 
173
  esac
152
174
ETAGS = etags
153
175
CTAGS = ctags
154
176
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1029
1051
$(am__aclocal_m4_deps):
1030
1052
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
1031
1053
        @$(NORMAL_INSTALL)
1032
 
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
1033
1054
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
1034
1055
        list2=; for p in $$list; do \
1035
1056
          if test -f $$p; then \
1037
1058
          else :; fi; \
1038
1059
        done; \
1039
1060
        test -z "$$list2" || { \
 
1061
          echo " $(MKDIR_P) '$(DESTDIR)$(libvlcdir)'"; \
 
1062
          $(MKDIR_P) "$(DESTDIR)$(libvlcdir)" || exit 1; \
1040
1063
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
1041
1064
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
1042
1065
        }