mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +00:00
[BDAPLGIN, MSDVBNP, MSVIDCTL, BDASUP]
- Disable building dvb stack untill ks has the required functionality svn path=/trunk/; revision=47774
This commit is contained in:
parent
8a5845eee6
commit
ca3e5d2a88
3 changed files with 12 additions and 12 deletions
|
@ -150,7 +150,7 @@ dll\cpl\timedate\timedate.cpl 1
|
|||
;dll\cpl\usrmgr\usrmgr.cpl 1
|
||||
|
||||
dll\directx\amstream\amstream.dll 1
|
||||
dll\directx\bdaplgin\bdaplgin.ax 1
|
||||
;dll\directx\bdaplgin\bdaplgin.ax 1
|
||||
dll\directx\dinput\dinput.dll 1
|
||||
dll\directx\dinput8\dinput8.dll 1
|
||||
dll\directx\dmusic\dmusic.dll 1
|
||||
|
@ -164,8 +164,8 @@ dll\directx\devenum\devenum.dll 1
|
|||
dll\directx\ksproxy\ksproxy.ax 1
|
||||
dll\directx\ksuser\ksuser.dll 1
|
||||
dll\directx\msdmo\msdmo.dll 1
|
||||
dll\directx\msdvbnp\msdvbnp.ax 1
|
||||
dll\directx\msvidctl\msvidctl.dll 1
|
||||
;dll\directx\msdvbnp\msdvbnp.ax 1
|
||||
;dll\directx\msvidctl\msvidctl.dll 1
|
||||
dll\directx\quartz\quartz.dll 1
|
||||
dll\directx\qedit\qedit.dll 1
|
||||
dll\directx\wine\d3d8\d3d8.dll 1
|
||||
|
@ -504,7 +504,7 @@ drivers\input\mouclass\mouclass.sys 2
|
|||
drivers\input\sermouse\sermouse.sys 2
|
||||
|
||||
drivers\ksfilter\ks\ks.sys 2
|
||||
drivers\multimedia\bdasup\bdasup.sys 2
|
||||
;drivers\multimedia\bdasup\bdasup.sys 2
|
||||
|
||||
drivers\network\afd\afd.sys 2
|
||||
drivers\network\ndis\ndis.sys 2
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
<directory name="amstream">
|
||||
<xi:include href="amstream/amstream.rbuild" />
|
||||
</directory>
|
||||
<directory name="bdaplgin">
|
||||
<!--<directory name="bdaplgin">
|
||||
<xi:include href="bdaplgin/bdaplgin.rbuild" />
|
||||
</directory>
|
||||
</directory>-->
|
||||
<directory name="d3d8thk">
|
||||
<xi:include href="d3d8thk/d3d8thk.rbuild" />
|
||||
</directory>
|
||||
|
@ -43,12 +43,12 @@
|
|||
<directory name="msdmo">
|
||||
<xi:include href="msdmo/msdmo.rbuild" />
|
||||
</directory>
|
||||
<directory name="msdvbnp">
|
||||
<!--<directory name="msdvbnp">
|
||||
<xi:include href="msdvbnp/msdvbnp.rbuild" />
|
||||
</directory>
|
||||
<directory name="msvidctl">
|
||||
</directory>-->
|
||||
<!--<directory name="msvidctl">
|
||||
<xi:include href="msvidctl/msvidctl.rbuild" />
|
||||
</directory>
|
||||
</directory>-->
|
||||
<directory name="qedit">
|
||||
<xi:include href="qedit/qedit.rbuild" />
|
||||
</directory>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<directory name="audio">
|
||||
<xi:include href="audio/directory.rbuild" />
|
||||
</directory>
|
||||
<directory name="bdasup">
|
||||
<!--<directory name="bdasup">
|
||||
<xi:include href="bdasup/bdasup.rbuild" />
|
||||
</directory>
|
||||
</directory>-->
|
||||
</group>
|
||||
|
|
Loading…
Reference in a new issue