~ubuntu-branches/ubuntu/vivid/linphone/vivid

« back to all changes in this revision

Viewing changes to mediastreamer2/include/mediastreamer2/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-11-15 10:34:50 UTC
  • mfrom: (1.2.1 upstream) (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115103450-qgafwcks2lkhctlj
* New upstream release.
* Enable video support.
* Fix mismatched #endif in mscommon.h, closes: #398307.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
mediastreamer2_includedir=$(includedir)/mediastreamer2
 
3
 
 
4
mediastreamer2_include_HEADERS= ice.h \
 
5
                                msfilter.h \
 
6
                                msqueue.h \
 
7
                                mscommon.h \
 
8
                                allfilters.h \
 
9
                                msticker.h \
 
10
                                msrtp.h \
 
11
                                dtmfgen.h \
 
12
                                msfilerec.h \
 
13
                                msfileplayer.h \
 
14
                                mssndcard.h \
 
15
                                mediastream.h \
 
16
                                msv4l.h \
 
17
                                msvideo.h \
 
18
                                waveheader.h
 
19
 
 
20
EXTRA_DIST=$(mediastreamer2_include_HEADERS)
 
21