Changeset 85426 in webkit


Ignore:
Timestamp:
May 1, 2011 12:15:41 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-01 ojab <ojab@ojab.ru>

Reviewed by Eric Seidel.

--disable-video-track if --disable-video
https://bugs.webkit.org/show_bug.cgi?id=59605

  • configure.ac:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r85340 r85426  
     12011-05-01  ojab  <ojab@ojab.ru>
     2
     3        Reviewed by Eric Seidel.
     4
     5        --disable-video-track if --disable-video
     6        https://bugs.webkit.org/show_bug.cgi?id=59605
     7
     8        * configure.ac:
     9
    1102011-04-29  Dean Jackson  <dino@apple.com>
    211
  • trunk/configure.ac

    r85340 r85426  
    537537              [],[enable_video="yes"])
    538538AC_MSG_RESULT([$enable_video])
     539
     540# turn off video features if --disable-video is requested
     541if test "$enable_video" = "no"; then
     542   enable_video_track=no
     543fi
    539544
    540545# check whether to enable HTML5 video track support
Note: See TracChangeset for help on using the changeset viewer.