VirtualBox

Changeset 11669 in vbox for trunk/src/libs


Ignore:
Timestamp:
Aug 26, 2008 3:34:25 PM (16 years ago)
Author:
vboxsync
Message:

libs: eliminate unneeded ffmpeg in OSE

Location:
trunk/src/libs
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/Makefile.kmk

    r11665 r11669  
    6666
    6767 # FFmpeg for test videos.
    68  ifdef VBOX_WITH_FFMPEG
    69   if1of ($(KBUILD_TARGET), darwin)
    70    include $(PATH_SUB_CURRENT)/ffmpeg-20060710/Makefile.kmk
     68 ifndef VBOX_OSE
     69  ifdef VBOX_WITH_FFMPEG
     70   if1of ($(KBUILD_TARGET), darwin)
     71    include $(PATH_SUB_CURRENT)/ffmpeg-20060710/Makefile.kmk
     72   endif
    7173  endif
    7274 endif
     
    119121 endif
    120122 # FFmpeg for test videos
    121  ifdef VBOX_WITH_FFMPEG
    122   ifeq ($(KBUILD_TARGET),darwin)
    123    subdirs += ffmpeg-20060710
     123 ifndef VBOX_OSE
     124  ifdef VBOX_WITH_FFMPEG
     125   ifeq ($(KBUILD_TARGET),darwin)
     126    subdirs += ffmpeg-20060710
     127   endif
    124128  endif
    125129 endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette