~ubuntu-branches/ubuntu/trusty/lame/trusty-proposed

« back to all changes in this revision

Viewing changes to dshow/REG.CPP

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2010-07-30 09:34:43 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100730093443-behxbw12v5vljwu2
Tags: 3.98.4-0ubuntu1
* New upstream Release
* Switch to source Format 3.0 (quilt)
* Remove debian/patches/03-buffer-too-small.patch, merged upstream
* Refreshed patches
* Tighten build depends on debhelper und quilt
* Bump standards version
* Remove outdated config.guess and config.sub during build

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include "reg.h"
26
26
 
 
27
namespace Lame
 
28
{
27
29
 
28
30
CRegKey::CRegKey(void)
29
31
{
284
286
    return cbSize;
285
287
}
286
288
 
 
289
} // namespace Lame