deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
29
dev-packages/ffmpeg/binding.gyp
Normal file
29
dev-packages/ffmpeg/binding.gyp
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
'targets': [{
|
||||
'defines': ['NAPI_VERSION=2'],
|
||||
'target_name': 'ffmpeg',
|
||||
'sources': [
|
||||
'native/ffmpeg.c',
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="linux"', {
|
||||
'sources': [
|
||||
'native/linux-ffmpeg.c',
|
||||
],
|
||||
'libraries': [
|
||||
'-ldl',
|
||||
]
|
||||
}],
|
||||
['OS=="mac"', {
|
||||
'sources': [
|
||||
'native/mac-ffmpeg.c',
|
||||
]
|
||||
}],
|
||||
['OS=="win"', {
|
||||
'sources': [
|
||||
'native/win-ffmpeg.c',
|
||||
]
|
||||
}],
|
||||
],
|
||||
}],
|
||||
}
|
||||
Reference in New Issue
Block a user