Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 834369
Collapse All | Expand All

(-)openjfx-11.0.11+1/build.gradle (-8 lines)
Lines 3715-3728 project(":media") { Link Here
3715
                                    }
3715
                                    }
3716
                                }
3716
                                }
3717
                            }
3717
                            }
3718
                        } else {
3719
                            // Building fxavcodec plugin (libav plugin)
3720
                            exec {
3721
                                commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin")
3722
                                args("CC=${mediaProperties.compiler}", "LINKER=${mediaProperties.linker}",
3723
                                     "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}",
3724
                                     "BASE_NAME=avplugin", IS_64 ? "ARCH=x64" : "ARCH=x32")
3725
                            }
3726
                        }
3718
                        }
3727
                    }
3719
                    }
3728
                }
3720
                }

Return to bug 834369