~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to modules/demux/mp4/drms.c

  • Committer: Reinhard Tartler
  • Date: 2008-10-08 20:43:46 UTC
  • mfrom: (3.1.1 vlc.debian)
  • Revision ID: siretart@tauware.de-20081008204346-qls5ngw3jda7n5fm
* merge from debian/experimental
* New upstream release fixes LP: #280081, #280378
* remaining changes:
  - build against libxul-dev instead of iceape-dev
  - build against libdca-dev, libass-dev and libx264-dev
  - adjust Vcs-Bzr Headers in debian/control
  - add Xb-Npp header to vlc package
  - debian/patches/301_DVD_media.diff: Change %U to %f
     in VLC .desktop file, cf LP #275043
* New upstream bugfix version
* rules: Pass the debian version in configure.ac so that the cache 
  is invalidated between binary version
* control: Don't forget commas in builddep list
* New upstream release
* Build-depends on libdca-dev
* vlc-nox.install
  + Be more general for the memcopy modules.
    Fix a FTBFS on non-intel arch (Closes: #499860). 
* Sort builddep list 
* remove spurious conflicts on libvlc2. LP: #274614

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * drms.c: DRMS
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2004 the VideoLAN team
5
 
 * $Id$
 
5
 * $Id: aa0b561f5f6b594f9194a2e4451d0b8d125f3169 $
6
6
 *
7
7
 * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
8
8
 *          Sam Hocevar <sam@zoy.org>
2032
2032
 
2033
2033
                IOObjectRelease( iterator );
2034
2034
            }
 
2035
            CFRelease( match_dic );
2035
2036
        }
2036
2037
 
2037
2038
        mach_port_deallocate( mach_task_self(), port );