~ubuntu-branches/ubuntu/raring/libav/raring-security

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2011-08-26 11:12:43 UTC
  • mfrom: (1.1.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110826111243-8nly9srkqhb5oa0l
Tags: 4:0.7.1-3ubuntu1
* Merge from debian/unstable
  - don't build against libfaad, libdirac, librtmp and libopenjpeg,
    lame, xvid, x264  (all in universe)
* Drop extra conflicts on libswscale-extra-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2469
2469
        add_cppflags -U__STRICT_ANSI__
2470
2470
        ;;
2471
2471
    linux)
2472
 
        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
 
2472
        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
2473
2473
        enable dv1394
2474
2474
        ;;
2475
2475
    irix*)
2504
2504
        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
2505
2505
        ;;
2506
2506
    gnu)
 
2507
        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
2507
2508
        ;;
2508
2509
    qnx)
2509
2510
        add_cppflags -D_QNX_SOURCE