mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 06:50:53 -04:00
Added custom recipes
This commit is contained in:
parent
17c4febc96
commit
0ef5fe2870
6 changed files with 1762 additions and 0 deletions
15
recipes/ffpyplayer/setup.py.patch
Normal file
15
recipes/ffpyplayer/setup.py.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- ffpyplayer/setup.py 2024-06-02 11:10:49.691183467 +0530
|
||||
+++ ffpyplayer.mod/setup.py 2024-06-02 11:20:16.220966873 +0530
|
||||
@@ -27,12 +27,6 @@
|
||||
# This sets whether or not Cython gets added to setup_requires.
|
||||
declare_cython = False
|
||||
|
||||
-if platform in ('ios', 'android'):
|
||||
- # NEVER use or declare cython on these platforms
|
||||
- print('Not using cython on %s' % platform)
|
||||
- can_use_cython = False
|
||||
-else:
|
||||
- declare_cython = True
|
||||
|
||||
src_path = build_path = dirname(__file__)
|
||||
print(f'Source/build path: {src_path}')
|
Loading…
Add table
Add a link
Reference in a new issue