~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to mediastreamer2/src/msfilerec.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Elie Mamane, Kilian Krause, Lionel Elie Mamane
  • Date: 2009-05-27 11:39:51 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090527113951-jd525e5rlwluh617
[ Kilian Krause ]
* Remove -N from wget args in get-orig-source target as -O is already
  used.

[ Lionel Elie Mamane ]
* linphone: Fix file conflict with linphone-common (<= 3.1.2-1)
  (Closes: #528076)

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
MSFilterDesc ms_file_rec_desc={
168
168
        MS_FILE_REC_ID,
169
169
        "MSFileRec",
170
 
        "Wav file recorder",
 
170
        N_("Wav file recorder"),
171
171
        MS_FILTER_OTHER,
172
172
        NULL,
173
173
    1,
185
185
MSFilterDesc ms_file_rec_desc={
186
186
        .id=MS_FILE_REC_ID,
187
187
        .name="MSFileRec",
188
 
        .text="Wav file recorder",
 
188
        .text=N_("Wav file recorder"),
189
189
        .category=MS_FILTER_OTHER,
190
190
        .ninputs=1,
191
191
        .noutputs=0,